summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/taskmanager/tasks/CreateLdapConfig.java
Commit message (Collapse)AuthorAgeFilesLines
* [CreateLdapConfig] Add autorestart=! to ldadp configSimon Rettberg2023-12-141-0/+1
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-161-2/+3
|
* [CreateLdapConfig] Pass through nohomewarn as SHARE_NO_HOME_WARNSimon Rettberg2019-04-081-0/+3
|
* [CreateLdapConfig] Fix detection of valid CNSimon Rettberg2018-11-221-1/+1
| | | | | openssl output changed so we didn't properly detect a certificate that still has the proper CN set and instead always regenerated the cert/key.
* [CreateLdapConfig] Support ldadp genuid featureSimon Rettberg2018-11-221-0/+6
|
* [CreateLdapConfig] Adapt to new config formatSimon Rettberg2018-03-151-70/+45Star
| | | | references #3313
* [CreateLdapconfig] Fall back to homeDirectory for home dir if none was givenSimon Rettberg2017-12-211-0/+3
|
* [CreateLdapConfig] Make sure uidnumber and localhome won't be remapped in AD ↵Simon Rettberg2017-12-131-0/+4
| | | | mode
* [*ldap*] Support new mapping features and fixNumeric switchSimon Rettberg2017-08-161-13/+46
|
* [CreateLdapConfig] Check for null in escapeBashStringSimon Rettberg2017-04-211-0/+2
|
* [CreateLdapConfig] Fix name of variable for additional sharesSimon Rettberg2017-03-021-1/+1
|
* [CreateLdapConfig] Add shareDomain and credentialPassthroughSimon Rettberg2017-02-211-7/+30
|
* [ldap/ad] Support home directory remapping optionsSimon Rettberg2016-05-201-2/+64
|
* [createldapconfig] Prevent acidentally passed string "false" from being used ↵Simon Rettberg2016-01-211-1/+1
| | | | as cert
* [CreateLdapConfig] Only regen local certs if CN changed; handle ca-bundle ↵Simon Rettberg2015-10-291-2/+54
| | | | based server verification
* [CreateLdapConfig] Only generate certificates if none exist yetSimon Rettberg2015-09-301-9/+11
|
* UpdateSimon Rettberg2015-09-181-2/+2
|
* Add LDAP support to previously AD-only tasksSimon Rettberg2015-09-131-0/+199