pam_mkhomedir for Solaris?


 
Thread Tools Search this Thread
Operating Systems Solaris pam_mkhomedir for Solaris?
# 8  
Old 04-28-2009
gcc is installed by default on Solaris 10. Did you remove it ?
# 9  
Old 04-29-2009
Yes,You were right.Thanks for the info. I found gcc in /usr/sfw.
Also,i was able to compile and am able to create home directories automatically on login.
But the directory is created in /home.How do i change it to /users as I want my users home directory to be created in /users.

Thanks Again
HG
# 10  
Old 04-29-2009
The module creates a home directory as defined in the user's /etc/passwd or NIS/LDAP equivalent entry. Just create or modify the users accounts for them to have their homedirs in /users.
# 11  
Old 04-29-2009
Thanks jlliagre. I am able to create home directory in /users after changing the home directory of AD users in the UNIX Attributes tab.
You are the best!Smilie
HG
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

How to add Solaris text console to Solaris grub2 menu?

Hi, I am new to sloaris and just instlled the solaris 11.2, i know little more about linux, i open the /boot/grub/grub.cfg in solaris and there is many other entries forl solaris 11.2 one of them is for 'Oracle Solaris 11.2 text console' but at boot grub2 only show the first default entry that... (1 Reply)
Discussion started by: shamsat
1 Replies

2. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies

3. Solaris

Package needs to be installed for using pam_mkhomedir.so?

Hi, What is the necessary package that needs to be installed for using pam_mkhomedir.so in pam.conf file? And from where can i get that file? Is that package already shipped with Solaris 10? Because when i use that file i am getting "open_module: stat(/usr/lib/security/pam_mkhomedir.so)... (1 Reply)
Discussion started by: sathya47
1 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies
Login or Register to Ask a Question