hi, <br>

<br>

i compile mkhomedir module from linux-pam-0.81 to use with
solaris 10 (i use this document
"<a href="http://www.webservertalk.com/message1674632.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.webservertalk.com/message1674632.html</a>" to do that) and put<br>

in "etc/pam.conf" the following rule:<br>

<br>
<span style="font-weight: bold;">
     other   session required        pam_mkhomedir.so.1 skel=/etc/skel/ umask=0022</span><br style="font-weight: bold;">

<br>

(there are a diference between with parameter umask, because in linux its umnask, but i don want to change que source)<br>

<br>

i think the module is load because when i put the parameter "umnask" i receive the following message in log: <br>

<br>
<span style="font-weight: bold;">
    PAM-mkhomedir[2555]: [ID 553420 auth.error] unknown option; umnask=0052</span><br>

<br>

so i think the module is loaded ok.<br>

<br>

when i login whit the user, the system give me the option to chose which desktop<br>

enviroment i want, so if i chosse:<br>

<br>

    CDE enviroment: he start these  enviroment but i need to do some task (about "DT<br>

    messaging system could not be started") and he not create the home directory for<br>

    user, and return to login screen<br>

<br>

    JDesktopn enviroment: he return to login screen.<br>

<br>

but i receive the followin log message:<br>

<br>
<span style="font-weight: bold;">
   automountd[313]: [ID 834250 daemon.error] Mount of /export/home/toto4 on   </span><br style="font-weight: bold;">
<span style="font-weight: bold;">
   /home/toto4: No such file or directory</span><br>

<br>

because the home directory not exist.<br>

<br>

¿could anybody make work pam_mkhomedir ok?<br>

¿anybody knows why the module "dont work"?<br>

<br>

Thanks!!!