OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bind_dn
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_xauth.h
139
vchar_t *
bind_dn
;
member in struct:xauth_ldap_config
isakmp_xauth.c
733
xauth_ldap_config.
bind_dn
= NULL;
851
if ((xauth_ldap_config.
bind_dn
!= NULL)&&
857
xauth_ldap_config.
bind_dn
->v, NULL, &cred,
1079
if ((xauth_ldap_config.
bind_dn
!= NULL)&&
1085
xauth_ldap_config.
bind_dn
->v, NULL, &cred,
[
all
...]
cfparse.y
582
if (xauth_ldap_config.
bind_dn
!= NULL)
583
vfree(xauth_ldap_config.
bind_dn
);
584
xauth_ldap_config.
bind_dn
= vdup($2);
[
all
...]
cftoken.l
225
<S_LDAP>
bind_dn
{ YYD; return(LDAP_BIND_DN); }
Completed in 104 milliseconds