diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 12:32:06 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 12:32:06 +0000 |
commit | f1de6decf34b37672e2c4cc3d191b689a95d07d1 (patch) | |
tree | 4a20e4a3761d319f2e9d698170c9b7d5f1b80065 /ldap-schema.h | |
parent | fc7cea9f90281ecc8fe97eb3e1767ea814c99a8f (diff) |
some more small cleanups of code for non-supported systems and convert tabs to spaces
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@13 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'ldap-schema.h')
-rw-r--r-- | ldap-schema.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap-schema.h b/ldap-schema.h index 4d2d900..9875532 100644 --- a/ldap-schema.h +++ b/ldap-schema.h @@ -25,7 +25,7 @@ #define _LDAP_NSS_LDAP_LDAP_SCHEMA_H /* max number of attributes per object class */ -#define ATTRTAB_SIZE 15 +#define ATTRTAB_SIZE 15 /** * function to initialize global lookup filters. @@ -132,7 +132,7 @@ extern char _nss_ldap_filt_getautomntbyname[]; * Vendor-specific attributes and object classes. * (Mainly from Sun.) */ -#define OC_nisMailAlias "nisMailAlias" +#define OC_nisMailAlias "nisMailAlias" #define AT_rfc822MailMember "rfc822MailMember" /** |