search for: methodp

Displaying 1 result from an estimated 1 matches for "methodp".

Did you mean: method
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
...+ } + else { + DEBUG( 0, ( "Rebind failed: %s\n", ldap_err2string( rc ) ) ); + } + return rc; +} +#else +static int auth_rebind_proc ( LDAP * ld, + char **whop, + char **credp, + int *methodp, + int freeit, + void *arg ) +{ + /** @TODO Use the samba utility functions here. */ + register char *to_clear = *credp; + if ( freeit ) { + free( *whop ); + *whop = NULL; + while ( *to_clear != '\0' )...