This does two things:
commitcf4f074b94052360a3e9c7d1e3d91ba8a3531212
authorVolker Lendecke <vlendec@samba.org>
Sun, 23 Mar 2003 11:49:24 +0000 (23 11:49 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 23 Mar 2003 11:49:24 +0000 (23 11:49 +0000)
tree7e0c0531081d79940a2a939325e48e9879c3443d
parentda7c72736af95b0bb53ad45a1b7ce157ebb04d04
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
(This used to be commit 6d3faeaef6c77e389d39b6d4660ffea13e7f25f2)
docs/docbook/manpages/pdbedit.8.sgml
source3/utils/pdbedit.c