feat(preferences): password constraints for SQL sources

Initial implementation of some password policy support for SQL sources.
This commit is contained in:
Francis Lachapelle
2022-06-06 16:39:26 -04:00
parent 03cdc4f3b1
commit 2ef849ca65
7 changed files with 99 additions and 4 deletions
+5
View File
@@ -405,6 +405,11 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses
return _searchFields;
}
- (NSArray *) userPasswordPolicy
{
return nil;
}
- (void) setContactMapping: (NSDictionary *) theMapping
andObjectClasses: (NSArray *) theObjectClasses
{