ldapsmb 1.34b

o   Guenther Deschner <gd@suse.de>:

    * get_domsid() call.

o   Bjoern Jacke <bjoern@j3e.de>:

    * fix search for "net" binary.
    * fix rid support.
    * fix adding of samba groups (incl. comment, documentation, custom rid).
    * fix sample smb.conf file.
    * fix uninitialized vars when using utf8 (quickfix)

-----------------------------------------------------------
ldapsmb 1.34a

o   Guenther Deschner <gd@suse.de>:

    * remove quotes from strings found in smb.conf while 
      trying to find the correct password in secrets.tdb

-----------------------------------------------------------
ldapsmb 1.34

o   Guenther Deschner <gd@suse.de>:

    * fixed "passdb backend = ldapsam"
    * restart nscd after modifiying the DIT.
    * allow to distinguish between posix and sam accounts when listing machines.
    * add 'make install' and configurable mandir, bindir, sbindir.  
      (Needs to handle directory creation for installing into $(DESTDIR).
    * allow to set LDAP admin password on the commandline
    * document "user rename script" for Samba 3.0.21 in samba sample smb.conf
    * display uid instead of cn when listing accounts
    * enlarge default uid space.
    * cleanup 'make clean'
    * add experimental autodetection for structural objectclasses 
      (this needs to be reworked later on)
    * add 'make distclean'
    * when talking to eDirectory, set the structural objectclasses apropriatly
    * when the ldap server is not available still allow to display the
      configuration.
    * more use of boolean type
    * allow gid|gidnumber and uid|uidnumber on the commandline.
    * align with new tdbdump format
    * rework the way we read our configs
      - read the commandline passed conffile
      - read $(HOME)/.ldapsmbrc
      - read from testparm
    * don't access uninitialized vars
    * handle "ldaps://" uris correctly
