summaryrefslogtreecommitdiffstats
path: root/source/include/smbldap.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-02-12 00:51:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:38 -0500
commitfdf9bdbbac1d8d4f3b3e1fc7e49c1e659b9301b1 (patch)
tree74efdb194ebd8bb4ad9a17bd5a3ee5cbddd990bd /source/include/smbldap.h
parent00f8ac509aaf2f40a067f5fe5c7699ae6f26571e (diff)
downloadsamba-fdf9bdbbac1d8d4f3b3e1fc7e49c1e659b9301b1.tar.gz
samba-fdf9bdbbac1d8d4f3b3e1fc7e49c1e659b9301b1.tar.xz
samba-fdf9bdbbac1d8d4f3b3e1fc7e49c1e659b9301b1.zip
r5349: After talking with Jerry, reverted the addition of account policies to
passdb in 3_0 (they are still in trunk). Guenther
Diffstat (limited to 'source/include/smbldap.h')
-rw-r--r--source/include/smbldap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/smbldap.h b/source/include/smbldap.h
index 9a116ab7e78..adb51430dc6 100644
--- a/source/include/smbldap.h
+++ b/source/include/smbldap.h
@@ -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 */