Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/util.h')
-rw-r--r--nslcd/util.h7
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);