centrifydc's copying contents of the skel directory into a new home directory stops when a broken link is encountered.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
centrifydc (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: centrifydc
## Issue
- CentrifyDC's copying of contents of the skel directory into a new home
directory stops when a broken link is encountered.
- Partial creation of home directories for new Active Directory users due
to broken symlinks
## Environment
- Ubuntu 10.04 LTS
- centrifydc 4.4.2-310-0ubuntu1
- pam.homedir.create is set in /etc/centrifydc/c
- previously-unknown ADS user logs in
- broken links encountered under (e.g.) /etc/skel
## Resolution
- (workaround) repair broken links
## Diagnostic Steps
- create broken link under /etc/skel
ln -s /usr/local/
find /etc/skel -exec
- remove any existing home directory
rm -rf /home/aduser
- login as adsuser
- check /var/log/auth.log
WARN <fd:# PAMCreateHomeDi
- find /etc/skel/|wc -l
- find /home/adsuser/ | wc -l