From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2013-March/023772.html | 104 ++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-March/023772.html (limited to 'zarb-ml/mageia-dev/2013-March/023772.html') diff --git a/zarb-ml/mageia-dev/2013-March/023772.html b/zarb-ml/mageia-dev/2013-March/023772.html new file mode 100644 index 000000000..fb71e38e9 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023772.html @@ -0,0 +1,104 @@ + + + + [Mageia-dev] Help needed with ldap server.and gdm. + + + + + + + + + +

[Mageia-dev] Help needed with ldap server.and gdm.

+ Guillaume Rousse + guillomovitch at gmail.com +
+ Sun Mar 24 12:49:29 CET 2013 +

+
+ +
Le 23/03/2013 21:41, David W. Hodgins a écrit :
+> Any suggestions?
+You're mixing issues here.
+
+pam only deals with authentication and authorization. The problem is not 
+to make a choice from pam_unix, or pam_pwdb, or pam_tcb, but to express 
+the fact than an user can authenticate from either local password 
+database or ldap passwd database:
+auth sufficient pam_unix
+auth sufficient pam_ldap use_first_pass
+auth required   pam_deny.so
+
+Most modules accept debug option to help troubleshooting.
+
+Once you resolved your authentication and authorization issues for both 
+users (console login, su, whatever), you can deal with the list of 
+people enumerated in gdm, but in gdm configuration.
+
+Also, the documentation you're using is a bit outdated:
+- bdb makes more sense today than ldbm as storage backend
+- ssha is a better choice than crypt for default password encoding scheme
+- using a rootdn with a password defined in slapd.conf is quite discussable
+- ACLs such as 'access to dn=".*,dc=mylan,dc=net"' would better be 
+defined as 'access to dn.subtree="dc=mylan,dc=net"' (no regex involved)
+- examples given use rfc2307 schema, whereas rfc2307bis (group 
+membership defined through dn, not uids) is a better choice
+- and more important: nss_ldap and pam_ldap are getting deprecated 
+nowadays, in favor or nss_pam_slapd, or sssd.
+
+-- 
+BOFH excuse #235:
+
+The new frame relay network hasn't bedded down the software loop 
+transmitter yet.
+
+ + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1