ads_get_samaccountname 1878 source3/include/proto.h char* ads_get_samaccountname( ADS_STRUCT *ads, TALLOC_CTX *ctx, const char *machine_name ); ads_get_samaccountname 290 source3/libads/kerberos_keytab.c if ( (machine_name = ads_get_samaccountname( ads, ctx, global_myname())) == NULL ) { ads_get_samaccountname 523 source3/libads/kerberos_keytab.c if ( (sam_account_name = ads_get_samaccountname( ads, ctx, machine_name)) == NULL ) {