On Tue, 27 May 2003, Wanner Vinicius Fagundes Lima wrote: > Is it posible to pass same information like user home_dir, UID or GID from > a module to an application? I'd like to pass it to an application like > login. Not from PAM however you don't need to. All of this information is available via the standard getpw* system calls. In the case of the data you specified you get retrieve all the information you need by calling getpwnam. See man getpwnam for more details. Jason Clifford -- UKFSN.ORG Finance Free Software while you surf the 'net http://www.ukfsn.org/ Sign up now _______________________________________________ Pam-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/pam-list