Skip to content

Unable to Login with LDAP Credentials (Docker Container) #6734

Discussion options

You must be logged in to vote

After experimenting a bit, I had to change my config to look like this:

    "domains": {
        "": {
            "title": "TXP-Network Remote Access Service",
            "newAccounts": false,
            "userNameIsEmail": false,
            "meshMessengerTitle": "RAS Messenger",
            "allowSavingDeviceCredentials": true,
            "CertUrl": "https://subdomain.domain.tld/",
            "auth": "ldap",
            "LDAPOptions": {
                "url": "ldap://domain.tld:389",
                "bindDN": "CN=MeshCentralBindAccount,OU=ItsOrgUnit,DC=domain,DC=tld",
                "bindCredentials": "BindAccountPassword",
                "searchBase": "CN=Users,DC=domain,DC=tld",…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@TopHatProductions115new
Comment options

@TopHatProductions115new
Comment options

Answer selected by TopHatProductions115new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
None yet
2 participants