Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-09-14 23:01:11 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-09-14 23:01:11 +0200
commit9657e75d4ca83bb95976ba8e43145c51b11e00ff (patch)
treef482a6f2bc206bf41e4c02eb9affdcb00a9d43cf /nslcd/common.h
parente9fce7a1d546a4fc32f41582a9a792fde669224e (diff)
move user2dn() from group.c to passwd_username2dn() in passwd.c
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@397 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/common.h')
-rw-r--r--nslcd/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nslcd/common.h b/nslcd/common.h
index e2490ad..f6a72b9 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -85,7 +85,6 @@ int nslcd_service_all(TFILE *fp,MYLDAP_SESSION *session);
int nslcd_shadow_byname(TFILE *fp,MYLDAP_SESSION *session);
int nslcd_shadow_all(TFILE *fp,MYLDAP_SESSION *session);
-int mkfilter_passwd_byname(const char *name,
- char *buffer,size_t buflen);
+char *passwd_username2dn(MYLDAP_SESSION *session,const char *username);
#endif /* not _SERVER_COMMON_H */