diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 20:57:57 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 21:00:49 +0200 |
commit | 2e7fc37912b1dc0e242ec2406de4146002b23717 (patch) | |
tree | d60250f10eec37fe4e1238e7990f9c9bd70a2f01 /source4/setup | |
parent | 72ba2fa37580ffdfdb107ad639277b1710f84b9a (diff) | |
download | samba-2e7fc37912b1dc0e242ec2406de4146002b23717.tar.gz samba-2e7fc37912b1dc0e242ec2406de4146002b23717.tar.xz samba-2e7fc37912b1dc0e242ec2406de4146002b23717.zip |
s4/provision_configuration - re-add the "sPNMappings"
Accidentally removed by a previous commit.
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_configuration.ldif | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index 098cb91b5d4..fac9ead22cb 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -951,6 +951,9 @@ 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 +tombstoneLifetime: 180 dn: CN=Query-Policies,CN=Directory Service,CN=Windows NT,CN=Services,${CONFIGDN} objectClass: top |