HomeSort by: relevance | last modified time | path
    Searched refs:global_host (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
radius.c 34 extern char *global_host; /* from slapd */
96 if ( rad_put_string( h, RAD_NAS_IDENTIFIER, global_host ) != 0 ) {
  /src/external/bsd/openldap/dist/servers/slapd/
main.c 283 global_host = ldap_pvt_get_fqdn( NULL );
284 ber_str2bv( global_host, 0, 0, &global_host_bv );
742 sasl_host = ch_strdup( global_host );
953 if ( global_host )
954 ch_free( global_host );
logging.c 845 len = strlen( global_host ) + 1 + strlen( serverName ) + 1 + sizeof(("[123456789]:")) +
849 RFC3339_STAMP : SYSLOG_STAMP, global_host, serverName, getpid() );
config.c 77 char *global_host = NULL; variable
2336 !strcasecmp( global_host, lud->lud_host )) {
proto-slap.h 2109 LDAP_SLAPD_V (char *) global_host;
  /src/external/bsd/openldap/dist/servers/lloadd/
main.c 643 global_host = ldap_pvt_get_fqdn( NULL );
913 if ( global_host ) ch_free( global_host );
proto-lload.h 248 LDAP_SLAPD_V (char *) global_host;
config.c 76 char *global_host = NULL; variable
3624 !strcasecmp( global_host, lud->lud_host ) ) {

Completed in 39 milliseconds