in the middle of the work for authentication
This commit is contained in:
		@@ -1,3 +1,23 @@
 | 
			
		||||
{
 | 
			
		||||
    "port": 8888
 | 
			
		||||
    "port": 8888,
 | 
			
		||||
    "restrict": {
 | 
			
		||||
        "cookies": {
 | 
			
		||||
            "cipher": "aes256"
 | 
			
		||||
        },
 | 
			
		||||
        "passwords": {
 | 
			
		||||
            "marc": ["sha256", "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"],
 | 
			
		||||
            "foo": ["sha256", "fcde2b2edba56bf408601fb721fe9b5c338d10ee429ea04fae5511b68fbf8fb9"]
 | 
			
		||||
        },
 | 
			
		||||
        "ldap": {
 | 
			
		||||
            "tlsOptions": {
 | 
			
		||||
                "requestCert": false,
 | 
			
		||||
                "rejectUnauthorized": false
 | 
			
		||||
            },
 | 
			
		||||
            "url": "ldap://dev.marc.waeckerlin.org",
 | 
			
		||||
            "adminDn": "cn=tmp,ou=system,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org",
 | 
			
		||||
            "adminPassword": "dGg7benUnZ9z",
 | 
			
		||||
            "searchBase": "ou=person,ou=people,dc=dev,dc=marc,dc=waeckerlin,dc=org",
 | 
			
		||||
            "searchFilter": "(uid={{username}})"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user