1
0
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:
Gerald Carter
2004-04-07 12:43:44 +00:00
committed by Gerald (Jerry) Carter
parent 1fae60ab20
commit b393469d95
24 changed files with 2004 additions and 342 deletions

View File

@@ -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;