Re: PAM с LDAP

2009-07-08 Пенетрантность Alexander GQ Gerasiov
Wed, 08 Jul 2009 11:30:15 +0400 "Alexander S. Kharitonov" wrote: > И ещё вопрос про аутентификацию LDAP, точнее про migrationtools, про > экспорт данных из файлов passwd, group и shadow в базу LDAP. В > /etc/migrationtools/migrate_common.ph есть такие строчки: > > # Uncomment these to exclude

Re: PAM с LDAP

2009-07-08 Пенетрантность Alexander S. Kharitonov
И ещё вопрос про аутентификацию LDAP, точнее про migrationtools, про экспорт данных из файлов passwd, group и shadow в базу LDAP. В /etc/migrationtools/migrate_common.ph есть такие строчки: # Uncomment these to exclude system users and groups #$IGNORE_UID_BELOW = 1000; #$IGNORE_GID_BELOW = 100;

Re: PAM с LDAP

2009-07-05 Пенетрантность Alexander S. Kharitonov
Andrej Rzhavskov пишет: > /etc/pam.d/common-account следующее: > > account required pam_unix.so > account sufficient pam_succeed_if.so uid < 1000 quiet > account [default=bad success=ok user_unknown=ignore] pam_ldap.so > account required pam_permit.so Но так как

Re: PAM с LDAP

2009-07-05 Пенетрантность Andrej Rzhavskov
* "Alexander S. Kharitonov" [Sun, 05 Jul 2009 21:48:35 +0400]: > Привет! В http://wiki.debian.org/LDAP/PAM предлагается, чтобы настроить авторизацию используя LDAP, в частности написать в файле /etc/pam.d/common-account следующее: account required pam_unix.so account sufficient pam_succeed_if