schema_mode       201 source3/winbindd/idmap_ad.c 	const char *schema_mode = NULL;	
schema_mode       229 source3/winbindd/idmap_ad.c 	schema_mode = lp_parm_const_string(-1, config_option, "schema_mode", NULL);
schema_mode       230 source3/winbindd/idmap_ad.c 	if ( schema_mode && schema_mode[0] ) {
schema_mode       231 source3/winbindd/idmap_ad.c 		if ( strequal(schema_mode, "sfu") )
schema_mode       233 source3/winbindd/idmap_ad.c 		else if ( strequal(schema_mode, "sfu20" ) )
schema_mode       235 source3/winbindd/idmap_ad.c 		else if ( strequal(schema_mode, "rfc2307" ) )
schema_mode       239 source3/winbindd/idmap_ad.c 				 schema_mode));