Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
e969f75a
Commit
e969f75a
authored
2 years ago
by
Goik Martin
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.mi.hdm-stuttgart.de:goik/GoikLectures
parents
86d038e1
e31ad3dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Sdi/Ldap/ldap.xml
+15
-23
15 additions, 23 deletions
Doc/Sdi/Ldap/ldap.xml
with
15 additions
and
23 deletions
Doc/Sdi/Ldap/ldap.xml
+
15
−
23
View file @
e969f75a
...
...
@@ -1269,30 +1269,23 @@ tar zxf /root/pam.tgz # Restore your working PAM configuration</screen>
<itemizedlist>
<listitem>
<para>
Activation of OS level
<xref
linkend=
"glo_LDAP"
/>
user
and
group
support is being outlined in
<link
xlink:href=
"https://
wiki.debian.org/LDAP/PAM
"
>
Configur
ing LDAP
Authentication
</link>
.
</para>
<para>
Activation of OS level
<xref
linkend=
"glo_LDAP"
/>
user
, group
and password
support is being outlined in
<link
xlink:href=
"https://
computingforgeeks.com/how-to-configure-ubuntu-as-ldap-client
"
>
Configur
e
LDAP Client on Ubuntu
</link>
.
</para>
</listitem>
<listitem>
<para>
Follow the «newer»
<link
xlink:href=
"https://wiki.debian.org/LDAP/PAM#PAM_Setup_with_libpam-ldapd"
>
PAM
Setup with libpam-ldapd approach
</link>
rather than using the older
<package>
libpam-ldap
</package>
package.
</para>
</listitem>
<listitem>
<para>
If your
<xref
linkend=
"glo_LDAP"
/>
server features a user
having e.g.
<code>
uid=ldaptest
</code>
this should allow for viewing
its meta data on the client side:
</para>
<para>
<xref
linkend=
"glo_LDAP"
/>
user entry DN's must be addressed
by uid e.g.
<code>
uid=ldaptest,ou=people,...
</code>
. On successful
configuration you should see:
</para>
<screen>
$ id ldaptest
uid=1001(ldaptest) gid=1001(ldaptest) groups=1001(ldaptest)
</screen>
<para>
A
<quote>
id: ‘
<code>
ldaptest
</code>
’: no such user
</quote>
message indicates your
<xref
linkend=
"glo_LDAP"
/>
setup does not
yet
work.
</para>
message indicates your
<xref
linkend=
"glo_LDAP"
/>
setup does not
(yet)
work.
</para>
<tip>
<itemizedlist>
...
...
@@ -1325,20 +1318,19 @@ shadow: files ldap</programlisting>
</listitem>
<listitem>
<para>
On your
<xref
linkend=
"glo_LDAP"
/>
server side: Enable
an appropriate
<link
<para>
For debugging login attempts you may want setting your
<xref
linkend=
"glo_LDAP"
/>
server's
<link
xlink:href=
"http://www.zytrax.com/books/ldap/ch6/#loglevel"
>
logging
level
</link>
for debugging connection attempts. You may want
to select
<option>
conns
</option>
,
<option>
config
</option>
and
<option>
stats
</option>
.
</para>
level
</link>
to at least including
<option>
conns
</option>
,
<option>
config
</option>
and
<option>
stats
</option>
.
</para>
</listitem>
</itemizedlist>
</tip>
</listitem>
<listitem>
<para>
Create the required user home directory manually
and c
han
ge
owner and group accordingly.
</para>
<para>
Create the required user home directory manually
before
han
d
setting
owner and group accordingly.
</para>
</listitem>
</itemizedlist>
...
...
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