Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-21 | s3:passdb/pdb_util make pdb_create_builtin consider whether backend deals ↵ | Christian Ambach | 1 | -4/+33 | |
with BUILTIN when creating a BUILTIN group, make the strategy dependent on passdb backend behavior 1. if passdb is responsible for BUILTIN (normal case), call pdb_create_builtin_alias with gid=0 argument so it asks winbindd for a gid to be used 2. if passdb is not responsible, ask for a mapping for the group first and let pdb_create_builtin_alias create the mapping based on the gid that was determined in the mapping request Pair-Programmed-With: Michael Adam <obnox@samba.org> Signed-off-by: Christian Ambach <ambi@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jun 21 12:49:10 CEST 2013 on sn-devel-104 | |||||
2013-06-21 | s3:passdb add a gid argument to pdb_create_builtin_alias | Christian Ambach | 1 | -1/+1 | |
make it possible to skip the allocation of a new gid from winbind by specifying the gid to be used Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2013-06-21 | s3:passdb expose pdb_create_builtin function | Christian Ambach | 1 | -3/+3 | |
this one first tries to map the principal before allocating a new gid Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2011-03-30 | s3: create_builtin_users/administrators belongs to passdb not auth. | Günther Deschner | 1 | -0/+158 | |
Guenther |