mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
r5349: After talking with Jerry, reverted the addition of account policies to
passdb in 3_0 (they are still in trunk). Guenther
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
00f8ac509a
commit
fdf9bdbbac
@@ -38,7 +38,6 @@
|
||||
#define LDAP_OBJ_IDPOOL "sambaUnixIdPool"
|
||||
#define LDAP_OBJ_IDMAP_ENTRY "sambaIdmapEntry"
|
||||
#define LDAP_OBJ_SID_ENTRY "sambaSidEntry"
|
||||
#define LDAP_OBJ_ACCOUNT_POLICY "sambaAccountPolicy"
|
||||
|
||||
#define LDAP_OBJ_ACCOUNT "account"
|
||||
#define LDAP_OBJ_POSIXACCOUNT "posixAccount"
|
||||
@@ -98,8 +97,6 @@
|
||||
#define LDAP_ATTR_SID_LIST 40
|
||||
#define LDAP_ATTR_MOD_TIMESTAMP 41
|
||||
#define LDAP_ATTR_LOGON_HOURS 42
|
||||
#define LDAP_ATTR_ACCOUNT_POLICY_NAME 43
|
||||
#define LDAP_ATTR_ACCOUNT_POLICY_VAL 44
|
||||
|
||||
typedef struct _attrib_map_entry {
|
||||
int attrib;
|
||||
@@ -118,7 +115,6 @@ extern ATTRIB_MAP_ENTRY groupmap_attr_list[];
|
||||
extern ATTRIB_MAP_ENTRY groupmap_attr_list_to_delete[];
|
||||
extern ATTRIB_MAP_ENTRY idpool_attr_list[];
|
||||
extern ATTRIB_MAP_ENTRY sidmap_attr_list[];
|
||||
extern ATTRIB_MAP_ENTRY acctpol_attr_list[];
|
||||
|
||||
/* Function declarations -- not included in proto.h so we don't
|
||||
have to worry about LDAP structure types */
|
||||
|
||||
Reference in New Issue
Block a user