Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Le Monnier
ldap
Commits
3120dc5c
You need to sign in or sign up before continuing.
Commit
3120dc5c
authored
1 year ago
by
David Surville
Browse files
Options
Downloads
Patches
Plain Diff
Mise à jour de la doc et de la config par défaut pour le paramètre "useStartTls"
parent
8f0a9f8a
Branches
Branches containing commit
Tags
3.1.0
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
config/unicaen-ldap.local.php.dist
+1
-0
1 addition, 0 deletions
config/unicaen-ldap.local.php.dist
tests/func/config/autoload/unicaen-ldap.local.php
+1
-0
1 addition, 0 deletions
tests/func/config/autoload/unicaen-ldap.local.php
with
3 additions
and
0 deletions
README.md
+
1
−
0
View file @
3120dc5c
...
@@ -38,5 +38,6 @@ $ cp -n vendor/unicaen/zimbra/config/unicaen-ldap.local.php.dist config/autoload
...
@@ -38,5 +38,6 @@ $ cp -n vendor/unicaen/zimbra/config/unicaen-ldap.local.php.dist config/autoload
'username'
=>
"uid=xxxx,ou=system,dc=unicaen,dc=fr"
,
'username'
=>
"uid=xxxx,ou=system,dc=unicaen,dc=fr"
,
'password'
=>
"xxxx"
,
'password'
=>
"xxxx"
,
'accountFilterFormat'
=>
"(&(objectClass=supannPerson)(supannAliasLogin=%s))"
,
'accountFilterFormat'
=>
"(&(objectClass=supannPerson)(supannAliasLogin=%s))"
,
'useStartTls'
=>
false
]
]
```
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/unicaen-ldap.local.php.dist
+
1
−
0
View file @
3120dc5c
...
@@ -10,5 +10,6 @@ return [
...
@@ -10,5 +10,6 @@ return [
'username'
=>
"uid=xxxxxxxxx,ou=xxxxxxxxxx,dc=domain,dc=fr"
,
'username'
=>
"uid=xxxxxxxxx,ou=xxxxxxxxxx,dc=domain,dc=fr"
,
'password'
=>
"xxxxxxxxxxxx"
,
'password'
=>
"xxxxxxxxxxxx"
,
'accountFilterFormat'
=>
"(&(objectClass=posixAccount)(supannAliasLogin=%s))"
,
'accountFilterFormat'
=>
"(&(objectClass=posixAccount)(supannAliasLogin=%s))"
,
'useStartTls'
=>
false
]
]
];
];
This diff is collapsed.
Click to expand it.
tests/func/config/autoload/unicaen-ldap.local.php
+
1
−
0
View file @
3120dc5c
...
@@ -10,5 +10,6 @@ return array(
...
@@ -10,5 +10,6 @@ return array(
'username'
=>
"uid=applidev,ou=system,dc=unicaen,dc=fr"
,
'username'
=>
"uid=applidev,ou=system,dc=unicaen,dc=fr"
,
'password'
=>
"***REMOVED***"
,
'password'
=>
"***REMOVED***"
,
'accountFilterFormat'
=>
"(&(objectClass=posixAccount)(supannAliasLogin=%s))"
,
'accountFilterFormat'
=>
"(&(objectClass=posixAccount)(supannAliasLogin=%s))"
,
'useStartTls'
=>
false
)
)
);
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment