diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-14 21:51:38 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-14 21:51:38 +0000 |
commit | b928d6184346cd5a93f103633a5c7e5307437cd5 (patch) | |
tree | 810e4aaad4fe40c7e3f2a3d48043c87aabdeafbf /nslcd/util.h | |
parent | 50ca074832b567ee1440b18c33b1fdbab6a2c25e (diff) |
move _nss_ldap_dn2uid() from util.c to group.c
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@399 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/util.h')
-rw-r--r-- | nslcd/util.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nslcd/util.h b/nslcd/util.h index 63ecfff..c118f50 100644 --- a/nslcd/util.h +++ b/nslcd/util.h @@ -35,13 +35,6 @@ enum nss_status _nss_ldap_getrdnvalue( char **rval,char **buffer,size_t * buflen); /* - * map a distinguished name to a login name, or group entry - */ -enum nss_status _nss_ldap_dn2uid( - MYLDAP_SESSION *session,const char *dn,char **uid,char **buffer, - size_t *buflen,int *pIsNestedGroup,LDAPMessage **pRes); - -/* * Escape '*' in a string for use as a filter */ int _nss_ldap_escape_string(const char *src,char *buffer,size_t buflen); |