diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-24 15:36:28 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-24 15:36:28 +0000 |
commit | f8c6a6daa2be2da2b4c7bb73f03aa132268c40a1 (patch) | |
tree | abace65389b7e0fb4d08071b60e10c67ab277622 /nslcd/ldap-schema.c | |
parent | d6f0e2fbfde1a928580cbfdd6845facf2ff1aea2 (diff) |
remove some more unused code
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@327 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-schema.c')
-rw-r--r-- | nslcd/ldap-schema.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd/ldap-schema.c b/nslcd/ldap-schema.c index c354718..e1be662 100644 --- a/nslcd/ldap-schema.c +++ b/nslcd/ldap-schema.c @@ -254,7 +254,6 @@ init_pwd_attributes (const char ***pwd_attrs) (*pwd_attrs)[i++] = attmap_passwd_homeDirectory; (*pwd_attrs)[i++] = attmap_passwd_loginShell; (*pwd_attrs)[i++] = attmap_passwd_gecos; - (*pwd_attrs)[i++] = "description"; (*pwd_attrs)[i++] = attmap_objectClass; (*pwd_attrs)[i] = NULL; } |