diff options
author | Jean-François Micouleau <jfm@samba.org> | 2001-12-10 15:03:16 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2001-12-10 15:03:16 +0000 |
commit | 0ff1a9568b4bc0220cf90ea78f2657a92682307d (patch) | |
tree | cb9fa12553bcdbc574028913d322bddd6f913bac /source3/auth | |
parent | 769a9dbb0041dc87c1d4c1c5a7c9dd37379353cd (diff) | |
download | samba-0ff1a9568b4bc0220cf90ea78f2657a92682307d.tar.gz samba-0ff1a9568b4bc0220cf90ea78f2657a92682307d.tar.bz2 samba-0ff1a9568b4bc0220cf90ea78f2657a92682307d.zip |
added info level 3 to samrgetgroupinfo. I don't know what the value is.
It's just to keep usermanager happy ;-)
clean up a bit samr_query_aliasinfo to return the group description
added: samr_del_aliasmem, samr_del_groupmem and samr_del_domuser
with the correct scripts, you can now entirely manage the users from
usermanager ! Closer to full PDC every day ;-)
J.F.
(This used to be commit 0a727afc669704cda9b44d44dbac9e989e906ae3)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index fed4efd36c..04b3cbbecf 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -50,7 +50,7 @@ static int smb_create_user(const char *unix_user, const char *homedir) Delete a UNIX user on demand. ****************************************************************************/ -static int smb_delete_user(char *unix_user) +int smb_delete_user(char *unix_user) { pstring del_script; int ret; |