diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 21:06:19 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-09-18 21:06:19 +0200 |
commit | 8dffa2300b633f5eaaef76627ef63705ab03d62f (patch) | |
tree | 5eaa9f3f7ac2afb3cb2e5f412a166c98f4838403 /source4 | |
parent | 2e7fc37912b1dc0e242ec2406de4146002b23717 (diff) | |
download | samba-8dffa2300b633f5eaaef76627ef63705ab03d62f.tar.gz samba-8dffa2300b633f5eaaef76627ef63705ab03d62f.tar.bz2 samba-8dffa2300b633f5eaaef76627ef63705ab03d62f.zip |
s4:provision_configuration - "sPNMappings": "http" missed on regeneration
Diffstat (limited to 'source4')
-rw-r--r-- | source4/setup/provision_configuration.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision_configuration.ldif b/source4/setup/provision_configuration.ldif index fac9ead22c..506ff21641 100644 --- a/source4/setup/provision_configuration.ldif +++ b/source4/setup/provision_configuration.ldif @@ -952,7 +952,7 @@ 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 +sPNMappings: host=dns,netlogon,rpc,cifs,wins,http tombstoneLifetime: 180 dn: CN=Query-Policies,CN=Directory Service,CN=Windows NT,CN=Services,${CONFIGDN} |