loadparm.c :
authorLuke Leighton <lkcl@samba.org>
Tue, 21 Oct 1997 18:25:14 +0000 (18:25 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 21 Oct 1997 18:25:14 +0000 (18:25 +0000)
commitefe9b26a7b08cc9ea02cad32a847f71773a6edc4
tree5a3bc973513848a72ba722b0d8d3e67bd0a8c0fc
parent0083afc90e928f2fa55be3936d51474bb97daf2e
loadparm.c :

added "domain admin users" parameter
added "domain guest users" parameter

these two complement the "domain groups" parameter.  the "domain groups"
parameter should be for your own groups, and well-known aliases.

util.c :

added ability to do "domain groups = power_users admin_users backup_ops"
which are well-known RID aliases, not well-known RID groups.

pipenetlog.c :

combine the "domain admin users"; "domain guest users" and "domain groups"
parameters to give an array of RID groups to include in the SAM Logon
response.

ipc.c smb.h :

moved REALLOC() into smb.h
added RID #defines.

proto.h:

usual.
(This used to be commit f2554f231d1f59f30224adcc02b2b3ca4c24e0dd)
source3/include/proto.h
source3/include/smb.h
source3/lib/util.c
source3/param/loadparm.c
source3/pipenetlog.c
source3/smbd/ipc.c