diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-24 13:38:56 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-24 13:38:56 +0000 |
commit | d6f0e2fbfde1a928580cbfdd6845facf2ff1aea2 (patch) | |
tree | 2f6fbb9914f283a068672551254eacc9ade34f7b /nslcd/cfg.c | |
parent | faee906ac541a533b61d1b51aad34fde4f3f8509 (diff) |
switch to a new interface for doing attribute mapping, splitting the attribute mapping stuff into a separate file
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@326 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/cfg.c')
-rw-r--r-- | nslcd/cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nslcd/cfg.c b/nslcd/cfg.c index 42e9785..6811355 100644 --- a/nslcd/cfg.c +++ b/nslcd/cfg.c @@ -36,6 +36,7 @@ #include "ldap-nss.h" #include "util.h" #include "log.h" +#include "ldap-schema.h" struct ldap_config *nslcd_cfg=NULL; |