Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Service Desk
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
338ac38c
Commit
338ac38c
authored
12 years ago
by
Andreas Gohr
Browse files
Options
Downloads
Patches
Plain Diff
fixed typos
parent
292f6d8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/plugins/authldap/lang/en/settings.php
+2
-2
2 additions, 2 deletions
lib/plugins/authldap/lang/en/settings.php
lib/plugins/authpgsql/lang/en/settings.php
+1
-1
1 addition, 1 deletion
lib/plugins/authpgsql/lang/en/settings.php
with
3 additions
and
3 deletions
lib/plugins/authldap/lang/en/settings.php
+
2
−
2
View file @
338ac38c
<?php
$lang
[
'server'
]
=
'Your LDAP server. Either hostname (<code>localhost</code>) or full qualified URL (<code>ldap://server.tld:389</code>)'
;
$lang
[
'port'
]
=
'LDAP server port if no full URL was given above'
;
$lang
[
'usertree'
]
=
'Where to find
e
the user accounts. Eg. <code>ou=People, dc=server, dc=tld</code>'
;
$lang
[
'usertree'
]
=
'Where to find the user accounts. Eg. <code>ou=People, dc=server, dc=tld</code>'
;
$lang
[
'grouptree'
]
=
'Where to find the user groups. Eg. <code>ou=Group, dc=server, dc=tld</code>'
;
$lang
[
'userfilter'
]
=
'LDAP filter to search for user accounts. Eg. <code>(&(uid=%{user})(objectClass=posixAccount))</code>'
;
$lang
[
'groupfilter'
]
=
'LDAP filter to search for groups. Eg. <code>(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))</code>'
;
$lang
[
'version'
]
=
'The protocol version to use. You may need to set this to <code>3</code>'
;
$lang
[
'starttls'
]
=
'Use TLS connections?'
;
$lang
[
'referrals'
]
=
'Shall referrals be followed?'
;
$lang
[
'binddn'
]
=
'DN of an ptional bind user if anonymous bind is not sufficient. Eg. <code>cn=admin, dc=my, dc=home</code>'
;
$lang
[
'binddn'
]
=
'DN of an
o
ptional bind user if anonymous bind is not sufficient. Eg. <code>cn=admin, dc=my, dc=home</code>'
;
$lang
[
'bindpw'
]
=
'Password of above user'
;
$lang
[
'userscope'
]
=
'Limit search scope for user search'
;
$lang
[
'groupscope'
]
=
'Limit search scope for group search'
;
...
...
This diff is collapsed.
Click to expand it.
lib/plugins/authpgsql/lang/en/settings.php
+
1
−
1
View file @
338ac38c
...
...
@@ -20,7 +20,7 @@ $lang['addUser'] = 'SQL statement to add a new user';
$lang
[
'addGroup'
]
=
'SQL statement to add a new group'
;
$lang
[
'addUserGroup'
]
=
'SQL statment to add a user to an existing group'
;
$lang
[
'delGroup'
]
=
'SQL statement to remove a group'
;
$lang
[
'getUserID'
]
=
'SQL statement to get the primary ey of a user'
;
$lang
[
'getUserID'
]
=
'SQL statement to get the primary
k
ey of a user'
;
$lang
[
'delUser'
]
=
'SQL statement to delete a user'
;
$lang
[
'delUserRefs'
]
=
'SQL statement to remove a user from all groups'
;
$lang
[
'updateUser'
]
=
'SQL statement to update a user profile'
;
...
...
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