Answers to: SAMBA PDC Roaming Profiles Issuehttp://linuxexchange.org/questions/3521/samba-pdc-roaming-profiles-issue<p>Hi all</p> <p>I am facing a problem.</p> <p>I have configured SAMBA PDC on RHEL 6. Everything is going very smooth. Users are being logged in properly &amp; their network drives (i-e; z: drives) are being shown. But either i login to Windows XP or Windows 7, user's profile does not get loaded. I get an error message, "You are logged in with a temporary profile". It would be so nice of you if anyone among you could guide me properly for how to resolve this issue.</p> <p>A swift response would be highly appreciated.</p> <p>Thanks/Regards</p> <p>THE CODE IS AS UNDER:</p> <p>[global] add group script = /usr/sbin/groupadd %g add machine script = /usr/sbin/useradd -s /bin/false -d /var/lib/nobody %u add user script = /usr/sbin/useradd -m %u add user to group script = /usr/sbin/groupmod -G %g %u cups options = raw delete user script = /usr/sbin/userdel -r %u</p> <pre><code> dns proxy = no domain logons = yes domain master = yes hosts allow = x.x. idmap gid = 15000-25000 idmap uid = 15000-25000 log file = /var/log/samba/%m.log logon drive = z: logon home = \\%L\%U logon path = \\%L\profiles\%U logon script = logon.bat max log size = 50 netbios name = abc os level = 65 passdb backend = tdbsam passwd chat = *New*Unix*Password* %n\n *ReType*new*Unix*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* passwd program = /usr/bin/passwd %u preferred master = yes printcap name = cups printing = cups security = user server string = abc Samba Server socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 time server = yes unix password sync = no workgroup = abc </code></pre> <p>[homes] comment = Home Directories valid users = %U browseable = no read only = no</p> <h1>valid users = %s</h1> <p>[netlogon] comment = Network Logon Services path = /var/lib/samba/netlogon browseable = no guest ok = yes admin users = root</p> <p>[profiles] comment = Roaming Profiles path = /home/samba/profiles browseable = no read only = no writable = yes</p> <p>[printers] comment = All Printers path = /var/spool/samba browseable = no printable = yes create mask = 0600 guest ok = yes</p> <p>[print$] comment = Printer Drivers Share path = /var/lib/samba/drivers write list = root</p> <p>[public] comment = Public Stuff path = /home/samba/public read only = no public = yes create mask = 0777 directory mask = 0777</p> <p>[WingLvlShare] comment = Wing Level Sharing path = /home/samba/wing-level read only = no writable = yes public = no create mask = 0770 directory mask = 0770</p>enFri, 20 Jan 2017 11:49:28 -0000