###############################################################################
#            Readme for passwd2ldap, makeldif and makesmbAcc                  #
###############################################################################
#                                                                             #
# Maximilian Wilhelm <max@skolelinux.de>                                      #
#                                                                             #
# Last Changed: Sun, 24 Aug 2003 19:26:11 +0200                               #
#                                                                             #
###############################################################################

* About

  These scrips allow to migrate users from existing passwd, shadow and 
  smbpasswd files to skolelinux ldap database.

  The sciptset is still considered as beta!

  
* How does this scriptset work?

  * Edit each script and set the path to the following files:
    - passwd
    - shadow
    - smbpasswd
  * It might be a good idea to "censor" your passwd file, so that only user
    which should get an account in the LDAP DB are listed in that file.
  * If you do not want to enter the LDAP-Admin password for every user created,
    change the calls to "ldapadd" and "ldapmodify" in makeldif and makesmbAcc
    and exchange the option "-W" by "-w <password>", *but* still remind, that
    the clear text password is shown in the output of "ps".
  * Execute passwd2ldap
  * Be happy


* Known Bugs
  none :-)
