Changeset 752 for trunk/server/libgpo/gpo_util.c
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/libgpo/gpo_util.c
r745 r752 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.