summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>2000-06-09 14:13:11 +0000
committerJean-François Micouleau <jfm@samba.org>2000-06-09 14:13:11 +0000
commite58682eb077a79b5c54a0cea485b7d134a01f853 (patch)
treeb9f47a9bcc8416cc62d862183ce2064160b11e46 /source3/include/proto.h
parent0288a641e752eaf80c154e2d4f4fab023c73b486 (diff)
downloadsamba-e58682eb077a79b5c54a0cea485b7d134a01f853.tar.gz
samba-e58682eb077a79b5c54a0cea485b7d134a01f853.tar.bz2
samba-e58682eb077a79b5c54a0cea485b7d134a01f853.zip
do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().
and if you have unix realname=yes, you get the gecos name when locking the station. J.F. (This used to be commit b5ad24ae0b15643df5832e2369fb4e43c98a1359)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8d7630a1be..3887d96589 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -204,6 +204,7 @@ int smbrun(char *cmd,char *outfile,BOOL shared);
/*The following definitions come from lib/substitute.c */
void standard_sub_basic(char *str);
+void standard_sub_advanced(int snum, char *user, char *connectpath, gid_t gid, char *str);
void standard_sub_conn(connection_struct *conn, char *str);
void standard_sub_snum(int snum, char *str);
void standard_sub_vuser(char *str, user_struct *vuser);