1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00

r17669: Remove RID algorithm support from unmapped users and groups

when using smbpasswd
This commit is contained in:
Gerald Carter
2006-08-21 20:04:01 +00:00
committed by Gerald (Jerry) Carter
parent 426d722029
commit dde552336c
7 changed files with 30 additions and 96 deletions

View File

@@ -269,7 +269,7 @@ enum SID_NAME_USE {
#define LOOKUP_NAME_REMOTE 2 /* Ask others */
#define LOOKUP_NAME_ALL (LOOKUP_NAME_ISOLATED|LOOKUP_NAME_REMOTE)
#define LOOKUP_NAME_GROUP 4 /* This is a NASTY hack for valid users = @foo
#define LOOKUP_NAME_GROUP 4 /* (unused) This is a NASTY hack for valid users = @foo
* where foo also exists in as user. */
/**