also default to entryDN for new sources
(this will also help us with a future migration to better save association with ldap sources) Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -470,7 +470,7 @@ export class LDAPSourceForm extends BaseSourceForm<LDAPSource> {
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
value="${this.instance?.objectUniquenessField || "objectSid"}"
|
||||
value="${this.instance?.objectUniquenessField || "entryDN"}"
|
||||
class="pf-c-form-control"
|
||||
required
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user