-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Colin Coe wrote: > http://www.redhat.com/docs/en-US/Red_Hat_Network_Satellite/5.3/Installation_Guide/html/s1-maintenance-pam-auth.html > > You still need to 'create' the users in Spacewalk/Satellite and tick > the 'Use PAM' checkbox. > > CC > Or, I *strongly* suggest using the frontend API to create these users: http://www.redhat.com/docs/en-US/Red_Hat_Network_Satellite/5.3/API_Overview/html/handlers/UserHandler.html#create When I need to create a bunch of users, I have a rudimentary perl script that takes all of the parameters as arguments, then I just have some fun with ypcat passwd, sed, awk, etc. and pipe through bash to get all my users created. Way better than doing the web interface if you have ten or more users to create. You just need to make sure to set: # int usePamAuth - 1 if you wish to use PAM authentication for this user, 0 otherwise. Thanks. Brandon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org/ iD8DBQFLzcyKhwQhj8l1t/cRAimFAJ4mYSAz13b5wJxI5RmYWD+SDbXn0QCgwKXV 8N8KL4hmzYlMjwm5kRgBino= =SrYY -----END PGP SIGNATURE----- _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
