Samba4/SAM Database: Difference between revisions

From SambaWiki
No edit summary
 
Line 33: Line 33:
** Base DN: CN=Schema,CN=Configuration,DC=samba,DC=example,DC=com
** Base DN: CN=Schema,CN=Configuration,DC=samba,DC=example,DC=com
** URL: <LDAP_URL>
** URL: <LDAP_URL>
** Modules: schema_fsmo,nsuniqueid,paged_searches
** Modules: schema_fsmo, nsuniqueid, paged_searches
* Configuration
* Configuration
** Base DN: CN=Configuration,DC=samba,DC=example,DC=com
** Base DN: CN=Configuration,DC=samba,DC=example,DC=com
** URL: <LDAP_URL>
** URL: <LDAP_URL>
** Modules: naming_fsmo,nsuniqueid,paged_searches
** Modules: naming_fsmo, nsuniqueid, paged_searches
* User
* User
** DC=samba,DC=example,DC=com
** DC=samba,DC=example,DC=com
** URL: <LDAP_URL>
** URL: <LDAP_URL>
** Modules: pdc_fsmo,nsuniqueid,paged_searches
** Modules: pdc_fsmo, nsuniqueid, paged_searches


LDAP_URL is the URL of the LDAP server, e.g. ldapi://%2Froot%2FSamba%2Fsamba%2Fsource4%2Fst%2Fdc%2Fprivate%2Fldap%2Fldapi
LDAP_URL is the URL of the LDAP server, e.g. ldapi://%2Froot%2FSamba%2Fsamba%2Fsource4%2Fst%2Fdc%2Fprivate%2Fldap%2Fldapi

Revision as of 18:41, 13 October 2009

Modules

SAM database uses the following LDB modules:

  • resolve_oids
  • rootdse
  • lazy_commit
  • acl
  • paged_results
  • ranged_results
  • anr
  • server_sort
  • asq
  • extended_dn_store
  • extended_dn_in
  • rdn_name
  • objectclass
  • descriptor
  • samldb
  • password_hash
  • operational
  • kludge_acl
  • instancetype
  • extended_dn_out_dereference
  • show_deleted
  • partition

Partitions

SAM database defines the following partitions:

  • Schema
    • Base DN: CN=Schema,CN=Configuration,DC=samba,DC=example,DC=com
    • URL: <LDAP_URL>
    • Modules: schema_fsmo, nsuniqueid, paged_searches
  • Configuration
    • Base DN: CN=Configuration,DC=samba,DC=example,DC=com
    • URL: <LDAP_URL>
    • Modules: naming_fsmo, nsuniqueid, paged_searches
  • User
    • DC=samba,DC=example,DC=com
    • URL: <LDAP_URL>
    • Modules: pdc_fsmo, nsuniqueid, paged_searches

LDAP_URL is the URL of the LDAP server, e.g. ldapi://%2Froot%2FSamba%2Fsamba%2Fsource4%2Fst%2Fdc%2Fprivate%2Fldap%2Fldapi