Changeset 599 for trunk/server/source3/libads/sasl.c
- Timestamp:
- Jul 6, 2011, 8:21:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/libads/sasl.c
r590 r599 650 650 the SASL bind reply. So we guess based on server 651 651 name and realm. --jerry */ 652 /* Also try best guess when we get the w2k8 ignore 653 principal back - gd */ 654 655 if (!given_principal || 652 /* Also try best guess when we get the w2k8 ignore principal 653 back, or when we are configured to ignore it - gd, 654 abartlet */ 655 656 if (!lp_client_use_spnego_principal() || 657 !given_principal || 656 658 strequal(given_principal, ADS_IGNORE_PRINCIPAL)) { 657 659
Note:
See TracChangeset
for help on using the changeset viewer.