>From your mail, i understood that you are trying to sync passwords from
AD to FDS. I am trying to sync accounts the other way round from FDS to
AD.<br>
<br>
If pass sync doesn't full sync accounts between FDS and AD which i
regard as a replica of FDS, when i create new user i have to create him
on the AD and ask the user who's password is already saved on FDS to
login and change his password which he just created!<br>
<br>
This is wasn't i hoped for :(<br>
<br>
regards,<br>
Abdelrahman<br><br><div><span class="gmail_quote">On 3/29/06, <b class="gmail_sendername">Daniel Shackelford</b> <<a href="mailto:dshackel@arbor.edu">dshackel@arbor.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I had some trouble myself with passwords from AD making it into FDS.<br>Unfortunately no passwords are synced until they are changed on AD,<br>which means that if you have a 7000 user base like we do, there are very<br>few options for getting the passwords populated in FDS.  PassSync uses a
<br>DLL to capture passwords in plain text during the set password process,<br>and send them to FDS.  This means that all those users that are synced<br>magically when you set up replication, will not have passwords until
<br>they change their password on AD somehow.  We started collecting<br>credentials from our proxy auth, and storing them for a massive import<br>after a few months.  The import went well (I can tell you the process if<br>
you like), but we still have 5000 accounts without passwords in FDS for<br>off-site users, and those who should be pruned.  Now we are looking at a<br>web interface for handling these special cases (is it special when it<br>
effects the majority of your users?).<br><br>The PassSync that was distributed with FDS 7.1 did not give much info on<br>what it was doing, and this led to an incorrect setup without knowing it<br>was incorrect.  If you use the most recent version, you can enable
<br>verbose logging, and see what is going on (it is a registry key under<br>HKEY_Local_Machine->Software->PasswordSync->Log Level).  It turned out<br>that PassSync and FDS were not speaking to one another yet.  I went
<br>through the key import process (pk12util + certutil), restarted the<br>service, and away we went.<br><br>If you think you might be able to get the unix crypted passwords via<br>msSFU (Microsoft Services for Unix), and populate FDS, you would be
<br>right, unless you are also wanting to synchronize those passwords.  I<br>tried it and blew out the password for every user on our domain, and had<br>to recover from tape.  The crypt is one-way, so once it is in FDS, you
<br>can successfully authenticate, but it looks like junk to the password<br>sync code, and it ends up syncing junk to AD, which in turn, syncs junk<br>back to FDS. Bad bad bad.<br><br>So it sounds like you may not have the PassSync service set up quite
<br>right, or you are expecting the passwords to be synced with the<br>accounts, but they won't because that is not really what PassSync does.<br>Either way you will have to address the issues of missing passwords in<br>FDS.  Do you have any secure way of collecting the credentials of
<br>users?  A proxy/sniffer in front of your POP3 server?  Just a suggestion.<br><br>--<br>Daniel Shackelford<br>Systems Administrator<br>Technology Services<br>Spring Arbor University<br>517 750-6648<br><br>"For even the Son of Man did not come to be served, but to serve, and to give His life a ransom for many"
<br>Mark 10:45<br><br>--<br>Fedora-directory-users mailing list<br><a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">
https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br></blockquote></div><br>