From b8e65e697496f079ccb9bc4370397cf3b4c3d3c0 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 20 Sep 2009 11:57:54 +0200 Subject: s4:provision_configuration - fix "sPNMappings" I reread some docs about this attributes and it seems that this as mapping attribute isn't host specific but in common for the whole domain. To allow Windows DCs to join our s4 domain sooner or later we have to provide the full attribute. --- source4/setup/provision_configuration.ldif | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/setup') diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index 506ff21641..9a3c03c345 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -951,8 +951,7 @@ objectClass: nTDSService msDS-Other-Settings: DisableVLVSupport=0 msDS-Other-Settings: DynamicObjectMinTTL=900 msDS-Other-Settings: DynamicObjectDefaultTTL=86400 -# "sPNMappings" needs to be enhanced when we add features -sPNMappings: host=dns,netlogon,rpc,cifs,wins,http +sPNMappings: host=alerter,appmgmt,cisvc,clipsrv,browser,dhcp,dnscache,replicator,eventlog,eventsystem,policyagent,oakley,dmserver,dns,mcsvc,fax,msiserver,ias,messenger,netlogon,netman,netdde,netddedsm,nmagent,plugplay,protectedstorage,rasman,rpclocator,rpc,rpcss,remoteaccess,rsvp,samss,scardsvr,scesrv,seclogon,scm,dcom,cifs,spooler,snmp,schedule,tapisrv,trksvr,trkwks,ups,time,wins,www,http,w3svc,iisadmin,msdtc tombstoneLifetime: 180 dn: CN=Query-Policies,CN=Directory Service,CN=Windows NT,CN=Services,${CONFIGDN} -- cgit