- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to use PAM_mkhomedir
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 10:26 PM
03-19-2006 10:26 PM
How to use PAM_mkhomedir
This is shashikala,
I have PAM_mkhomedir product installed, i need to test the product to know its functionality and to test whether it is built properly or not.I serched in google but iam not able to get the proper testsuits, please could you help me in gving the steps involved in testing the product. I need to know how that producy is used.
Thanks and Regards,
shashikala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 10:57 PM
03-19-2006 10:57 PM
Re: How to use PAM_mkhomedir
I think, PAM_mkhomedir is part of Internet Express, you can download it from
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
You can find more information at, http://keutel.de/pam_mkhomedir/
What kind of information you are looking for other than this?
-Arun
P.S Remember to assign points in ITRC forums.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 11:03 PM
03-19-2006 11:03 PM
Re: How to use PAM_mkhomedir
As the name suggest, it is used to create home directories for newly created user.
I have tested it :-)
Complete usuage can be found at;
http://www.tldp.org/HOWTO/Autodir-HOWTO/x80.html
More details can be found at home page;
http://www.openwall.com/pam/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 11:09 PM
03-19-2006 11:09 PM
Re: How to use PAM_mkhomedir
Apart from creating $HOME dir.
It has two functionality;
[a]. To create $HOME, it copies over files from a skel directory ( default /usr/share/skel )
[b]. It can set the permission of the newly created $HOME to a value of your choice
The parameters to be used are;
skel - The skeleton directory for default files to copy to the new home directory.
umask - An octal for of the same format as you would pass to the shells umask command.
Examples/suggested usage:
session required pam_mkhomedir.so skel=/etc/skel/ umask=0022
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 03:11 PM
03-20-2006 03:11 PM
Re: How to use PAM_mkhomedir
I will Thank you all , for your reply, it was helpful for me.
Thanks and Regards,
Shashikala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 03:17 PM
03-20-2006 03:17 PM
Re: How to use PAM_mkhomedir
Why dont you again points to the posts.
IF you assign points at right time, even you may get more replies to help you.