Identity Mapping Back Ends: Difference between revisions

From SambaWiki
(Added missing back ends. Added warning about ID mapping on DCs)
m (/* removed 'hash', the manpage says 'DO NOT USE THIS BACKEND')
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__TOC__

= Supported ID Mapping Back Ends =

Samba provides the following ID mapping back ends:
Samba provides the following ID mapping back ends:
* [[idmap_config_ad|idmap config ad]] (RFC2307)
* [[idmap_config_ad|idmap config ad]] (RFC2307)
* [[idmap_config_rid|idmap config rid]]
* [[idmap_config_rid|idmap config rid]]
* [[Idmap_config_autorid|idmap config autorid]]
* [[Idmap_config_autorid|idmap config autorid]]
* [[Idmap_config_hash|idmap config hash]]
* [[Idmap_config_ldap|idmap config ldap]]
* [[Idmap_config_ldap|idmap config ldap]]
* [[Idmap_config_nss|idmap config nss]]
* [[Idmap_config_nss|idmap config nss]]






= Using ID Mapping Back Ends on a Samba AD DC =

For setting up Winbindd a Samba Active Directory (AD) domain controller (DC), see [[Configuring_Winbindd_on_a_Samba_AD_DC|Configuring Winbindd on a Samba AD DC]].


{{Imbox
{{Imbox
| type = warning
| type = warning
| text = ID mapping back ends are not supported in the <code>smb.conf</code> file on a Samba Active Directory (AD) domain controller (DC). For details, see [[Updating_Samba#Accessing_Shares_on_Domain_Controllers_Having_idmap_config_Parameters_Set_in_the_smb.conf_File_Fails|Accessing Shares on Domain Controllers Having idmap config Parameters Set in the smb.conf File Fails]].
| text = ID mapping back ends are not supported in the <code>smb.conf</code> file on a Samba AD DC. For details, see [[Updating_Samba#Failure_To_Access_Shares_on_Domain_Controllers_If_idmap_config_Parameters_Set_in_the_smb.conf_File|Failure to Access Shares on Domain Controllers If idmap config Parameters Set in the smb.conf File]].
}}
}}

{{Imbox
| type = note
| text = On a Samba 4.6.x AD DC, the <code>testparm</code> utility displays <code>ERROR: Invalid idmap range for domain *!</code> You can safely ignore this, For details, see [https://bugzilla.samba.org/show_bug.cgi?id=12629 Bug #12629].
}}




----
[[Category:Active Directory]]
[[Category:Domain Members]]
[[Category:NT4 Domains]]

Latest revision as of 08:57, 2 September 2018

Supported ID Mapping Back Ends

Samba provides the following ID mapping back ends:



Using ID Mapping Back Ends on a Samba AD DC

For setting up Winbindd a Samba Active Directory (AD) domain controller (DC), see Configuring Winbindd on a Samba AD DC.