This does two things:
authorVolker Lendecke <vlendec@samba.org>
Sun, 23 Mar 2003 11:49:24 +0000 (11:49 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 23 Mar 2003 11:49:24 +0000 (11:49 +0000)
commit6d3faeaef6c77e389d39b6d4660ffea13e7f25f2
tree88906bf1b9cb5ce138ee836c02bb94ebfb2500f6
parenta91af4bea8e761a812f5c70fdc7c7cd15366b412
This does two things:

* pdbedit -i -e sets all SAM_ACCOUNT elements
  to CHANGED to satisfy the new pdb_ldap.c handling

* pdbedit -g transfers group mappings. I made this
  separate from the user database, as current installations
  have to live with a split backend.

  So, if you are running 3_0 alphas with LDAP as a backend
  and upgrade to the next 3_0 alpha, you should call

  pdbedit -i tdbsam -e ldapsam -g

  to transfer your group mapping database to LDAP.

  You certainly have to have all your groups as posixGroup
  objects in LDAP and adapt the LDAP schema before this
  call.

Volker
docs/docbook/manpages/pdbedit.8.sgml
source/utils/pdbedit.c