Changeset 746 for vendor/current/libgpo/gpo_util.c
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libgpo/gpo_util.c
r740 r746 844 844 struct security_token **token) 845 845 { 846 #ifdef HAVE_ADS 846 847 struct security_token *ad_token = NULL; 847 848 ADS_STATUS status; … … 852 853 #endif 853 854 854 #ifndef HAVE_ADS855 return ADS_ERROR_NT(NT_STATUS_NOT_SUPPORTED);856 #endif857 855 status = ads_get_sid_token(ads, mem_ctx, dn, &ad_token); 858 856 if (!ADS_ERR_OK(status)) { … … 870 868 #endif 871 869 return ADS_SUCCESS; 872 } 870 #else 871 return ADS_ERROR_NT(NT_STATUS_NOT_SUPPORTED); 872 #endif 873 }
Note:
See TracChangeset
for help on using the changeset viewer.