(fix) make sure we keep a pristine version of the baseDN

This commit is contained in:
Ludovic Marcotte
2019-02-19 13:40:58 -05:00
parent bc456dcef8
commit dad0be1815
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -51,6 +51,7 @@
NSString *_userPasswordAlgorithm;
NSString *_baseDN;
NSString *_pristineBaseDN;
LDAPSourceSchema *_schema;
NSString *_IDField; // the first part of a user DN
NSString *_CNField;