diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-14 23:01:11 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-14 23:01:11 +0200 |
commit | 9657e75d4ca83bb95976ba8e43145c51b11e00ff (patch) | |
tree | f482a6f2bc206bf41e4c02eb9affdcb00a9d43cf /nslcd/common.h | |
parent | e9fce7a1d546a4fc32f41582a9a792fde669224e (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.h | 3 |
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 */ |