From bd0d85804320e840db9b5cf19a5e69b3a0804e20 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 May 2012 20:03:16 +0300 Subject: Add trust-related ACIs A high-level description of the design and ACIs for trusts is available at https://www.redhat.com/archives/freeipa-devel/2011-December/msg00224.html and https://www.redhat.com/archives/freeipa-devel/2011-December/msg00248.html Ticket #1731 --- install/share/smb.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/share/smb.conf.template') diff --git a/install/share/smb.conf.template b/install/share/smb.conf.template index 8ed521b50..3107350aa 100644 --- a/install/share/smb.conf.template +++ b/install/share/smb.conf.template @@ -14,11 +14,11 @@ passdb backend = ipasam:ldapi://$LDAPI_SOCKET disable spoolss = yes ldapsam:trusted=yes ldap ssl = off -ldap admin dn = $SMB_DN ldap suffix = $SUFFIX ldap user suffix = cn=users,cn=accounts ldap group suffix = cn=groups,cn=accounts ldap machine suffix = cn=computers,cn=accounts +ipasam:principal = cifs/$FQDN@$REALM rpc_server:epmapper = external rpc_server:lsarpc = external rpc_server:lsass = external -- cgit