Searched refs:ad_map_type (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Didmap_ad.c53 static enum wb_posix_mapping ad_map_type = WB_POSIX_MAP_UNKNOWN; variable in typeref:enum:wb_posix_mapping
145 if ( (ad_map_type == WB_POSIX_MAP_SFU) ||
146 (ad_map_type == WB_POSIX_MAP_RFC2307) )
150 schema_status = ads_check_posix_schema_mapping( NULL, ads, ad_map_type, &ad_schema);
193 if ( ad_map_type == WB_POSIX_MAP_UNKNOWN )
194 ad_map_type = WB_POSIX_MAP_RFC2307;
198 ad_map_type = WB_POSIX_MAP_SFU;
200 ad_map_type = WB_POSIX_MAP_RFC2307;
688 if ( (ad_map_type != WB_POSIX_MAP_UNKNOWN) &&
689 (ad_map_type !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Didmap_ad.c53 static enum wb_posix_mapping ad_map_type = WB_POSIX_MAP_UNKNOWN; variable in typeref:enum:wb_posix_mapping
145 if ( (ad_map_type == WB_POSIX_MAP_SFU) ||
146 (ad_map_type == WB_POSIX_MAP_RFC2307) )
150 schema_status = ads_check_posix_schema_mapping( NULL, ads, ad_map_type, &ad_schema);
193 if ( ad_map_type == WB_POSIX_MAP_UNKNOWN )
194 ad_map_type = WB_POSIX_MAP_RFC2307;
198 ad_map_type = WB_POSIX_MAP_SFU;
200 ad_map_type = WB_POSIX_MAP_RFC2307;
688 if ( (ad_map_type != WB_POSIX_MAP_UNKNOWN) &&
689 (ad_map_type !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Didmap_ad.c53 static enum wb_posix_mapping ad_map_type = WB_POSIX_MAP_UNKNOWN; variable in typeref:enum:wb_posix_mapping
145 if ( (ad_map_type == WB_POSIX_MAP_SFU) ||
146 (ad_map_type == WB_POSIX_MAP_RFC2307) )
150 schema_status = ads_check_posix_schema_mapping( NULL, ads, ad_map_type, &ad_schema);
193 if ( ad_map_type == WB_POSIX_MAP_UNKNOWN )
194 ad_map_type = WB_POSIX_MAP_RFC2307;
198 ad_map_type = WB_POSIX_MAP_SFU;
200 ad_map_type = WB_POSIX_MAP_RFC2307;
688 if ( (ad_map_type != WB_POSIX_MAP_UNKNOWN) &&
689 (ad_map_type !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/winbindd/
H A Didmap_ad.c50 enum wb_posix_mapping ad_map_type; /* WB_POSIX_MAP_UNKNOWN */ member in struct:idmap_ad_context
179 if ( (ctx->ad_map_type == WB_POSIX_MAP_SFU) ||
180 (ctx->ad_map_type == WB_POSIX_MAP_SFU20) ||
181 (ctx->ad_map_type == WB_POSIX_MAP_RFC2307) )
183 status = ads_check_posix_schema_mapping(NULL, ctx->ads, ctx->ad_map_type, &ctx->ad_schema);
226 ctx->ad_map_type = WB_POSIX_MAP_RFC2307;
232 ctx->ad_map_type = WB_POSIX_MAP_SFU;
234 ctx->ad_map_type = WB_POSIX_MAP_SFU20;
236 ctx->ad_map_type = WB_POSIX_MAP_RFC2307;
781 ctx->ad_map_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/winbindd/
H A Didmap_ad.c50 enum wb_posix_mapping ad_map_type; /* WB_POSIX_MAP_UNKNOWN */ member in struct:idmap_ad_context
179 if ( (ctx->ad_map_type == WB_POSIX_MAP_SFU) ||
180 (ctx->ad_map_type == WB_POSIX_MAP_SFU20) ||
181 (ctx->ad_map_type == WB_POSIX_MAP_RFC2307) )
183 status = ads_check_posix_schema_mapping(NULL, ctx->ads, ctx->ad_map_type, &ctx->ad_schema);
226 ctx->ad_map_type = WB_POSIX_MAP_RFC2307;
232 ctx->ad_map_type = WB_POSIX_MAP_SFU;
234 ctx->ad_map_type = WB_POSIX_MAP_SFU20;
236 ctx->ad_map_type = WB_POSIX_MAP_RFC2307;
781 ctx->ad_map_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/winbindd/
H A Didmap_ad.c50 enum wb_posix_mapping ad_map_type; /* WB_POSIX_MAP_UNKNOWN */ member in struct:idmap_ad_context
179 if ( (ctx->ad_map_type == WB_POSIX_MAP_SFU) ||
180 (ctx->ad_map_type == WB_POSIX_MAP_SFU20) ||
181 (ctx->ad_map_type == WB_POSIX_MAP_RFC2307) )
183 status = ads_check_posix_schema_mapping(NULL, ctx->ads, ctx->ad_map_type, &ctx->ad_schema);
226 ctx->ad_map_type = WB_POSIX_MAP_RFC2307;
232 ctx->ad_map_type = WB_POSIX_MAP_SFU;
234 ctx->ad_map_type = WB_POSIX_MAP_SFU20;
236 ctx->ad_map_type = WB_POSIX_MAP_RFC2307;
781 ctx->ad_map_type
[all...]

Completed in 131 milliseconds