Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/attmap.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-02-03 12:24:44 +0100
committerArthur de Jong <arthur@arthurdejong.org>2008-02-03 12:24:44 +0100
commit5ee9534863b4b5ed174fa8b0a2c31cae92079394 (patch)
treec069b20cc25114af66c8cb770e11880a8f15cf7f /nslcd/attmap.h
parente3a7adfc90d9784e82553c852040a44acd87ebd9 (diff)
support the uniqueMember LDAP attribute that holds DN values (they are translated with dn2uid() from passwd.c)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@615 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/attmap.h')
-rw-r--r--nslcd/attmap.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/nslcd/attmap.h b/nslcd/attmap.h
index 906f285..0c350eb 100644
--- a/nslcd/attmap.h
+++ b/nslcd/attmap.h
@@ -2,7 +2,7 @@
attmap.h - attribute mapping variables
This file is part of the nss-ldapd library.
- Copyright (C) 2007 Arthur de Jong
+ Copyright (C) 2007, 2008 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -34,10 +34,8 @@ extern const char *attmap_group_cn;
extern const char *attmap_group_userPassword;
extern const char *attmap_group_gidNumber;
extern const char *attmap_group_memberUid;
-/*
extern const char *attmap_group_uniqueMember;
-extern const char *attmap_group_memberOf;
-*/
+/*extern const char *attmap_group_memberOf;*/
extern const char *attmap_host_cn;
extern const char *attmap_host_ipHostNumber;
extern const char *attmap_netgroup_cn;