mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r116: volker's patch for local group and group nesting
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
1fae60ab20
commit
b393469d95
@@ -49,6 +49,7 @@
|
||||
#define LDAP_ATTRIBUTE_SID "sambaSID"
|
||||
#define LDAP_ATTRIBUTE_UIDNUMBER "uidNumber"
|
||||
#define LDAP_ATTRIBUTE_GIDNUMBER "gidNumber"
|
||||
#define LDAP_ATTRIBUTE_SID_LIST "sambaSIDList"
|
||||
|
||||
/* attribute map table indexes */
|
||||
|
||||
@@ -93,6 +94,8 @@
|
||||
#define LDAP_ATTR_MUNGED_DIAL 37
|
||||
#define LDAP_ATTR_BAD_PASSWORD_TIME 38
|
||||
|
||||
#define LDAP_ATTR_SID_LIST 40
|
||||
|
||||
typedef struct _attrib_map_entry {
|
||||
int attrib;
|
||||
const char *name;
|
||||
|
||||
Reference in New Issue
Block a user