Skip to content

Commit f630b0b

Browse files
committed
Update README.md
1 parent 8566127 commit f630b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Il contient votre environnement :
2323
```
2424
CAS_HOSTNAME=https://cas.mondomain.com
2525
LDAP_HOSTNAME=ldap://ildap.mondomaine.com:389
26-
LDAP_SEARCH_FILTER="(&(uid={user})(objectclass=sogxuser))"
26+
LDAP_SEARCH_FILTER=(&(uid={user})(objectclass=sogxuser))
2727
LDAP_BASE=dc=mondamine,dc=com
2828
LDAP_ATTRIBUTES_LIST=cn,givenName,mail,sn,uid,uid:username
2929
LDAP_BIND_DN=CN=restreint,CN=internal,DC=mondomaine,DC=com
@@ -48,7 +48,7 @@ version: "3"
4848
services:
4949
cas-server:
5050
container_name: cas-server
51-
build: ghcr.io/libertech-fr/cas-docker:latest
51+
image: ghcr.io/libertech-fr/cas-docker:latest
5252
ports:
5353
- "80:80"
5454
- "443:443"

0 commit comments

Comments
 (0)