OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bind_dn
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_xauth.h
165
vchar_t *
bind_dn
;
member in struct:xauth_ldap_config
isakmp_xauth.c
810
xauth_ldap_config.
bind_dn
= NULL;
928
if ((xauth_ldap_config.
bind_dn
!= NULL)&&
934
xauth_ldap_config.
bind_dn
->v, NULL, &cred,
1156
if ((xauth_ldap_config.
bind_dn
!= NULL)&&
1162
xauth_ldap_config.
bind_dn
->v, NULL, &cred,
[
all
...]
cfparse.y
677
if (xauth_ldap_config.
bind_dn
!= NULL)
678
vfree(xauth_ldap_config.
bind_dn
);
679
xauth_ldap_config.
bind_dn
= vdup($2);
[
all
...]
cftoken.l
231
<S_LDAP>
bind_dn
{ YYD; return(LDAP_BIND_DN); }
racoon.conf.5
[
all
...]
Completed in 39 milliseconds