diff --git a/netatalk.pam-system-auth b/netatalk.pam-system-auth new file mode 100644 index 0000000..8147016 --- /dev/null +++ b/netatalk.pam-system-auth @@ -0,0 +1,10 @@ +# /etc/pam.d/netatalk +# +# PAM configuration file for netatalk using system-auth substack +# (this would enable use of netatalk by LDAP or NIS users). +# +auth include system-auth +account required pam_nologin.so +account include system-auth +password include system-auth +session include system-auth diff --git a/netatalk.spec b/netatalk.spec index a3c2db1..5e19b7a 100644 --- a/netatalk.spec +++ b/netatalk.spec @@ -3,7 +3,7 @@ Summary: AppleTalk networking programs Name: netatalk Version: 2.0.3 -Release: 2 +Release: 3 Epoch: 4 License: GPL Group: System Environment/Daemons @@ -12,7 +12,7 @@ Source1: atalk.init #Source2: netatalk.config #Source3: AppleVolumes.system Source4: ICDumpSuffixMap -Source5: netatalk.pam_stack +Source5: netatalk.pam-system-auth #Patch0: netatalk-1.6.3-norc.patch #Patch1: netatalk-1.5.5-openssl097.patch #Patch2: netatalk-1.5.5-pathcat.patch @@ -179,6 +179,9 @@ fi %{_libdir}/atalk/*.la %changelog +* Thu Oct 13 2005 Tomas Mraz +- use include instead of pam_stack in pam config + * Wed Jul 20 2005 Bill Nottingham - don't run by default