~ubuntu-branches/ubuntu/trusty/freeipa/trusty

« back to all changes in this revision

Viewing changes to install/share/default-pwpolicy.ldif

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-03-07 14:10:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130307141003-kz4lq9vj4x692mqq
Tags: 3.1.2-0ubuntu1
* Merge from unreleased debian git.
  - new upstream release
  - doesn't use chkconfig anymore (LP: #1025018, #1124093)
  - drop -U from the ntpdate options (LP: #1149468)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dn: cn=global_policy,cn=$REALM,cn=kerberos,$SUFFIX
2
 
changetype: add
3
 
objectClass: top
4
 
objectClass: nsContainer
5
 
objectClass: krbPwdPolicy
6
 
krbMinPwdLife: 3600
7
 
krbPwdMinDiffChars: 0
8
 
krbPwdMinLength: 8
9
 
krbPwdHistoryLength: 0
10
 
krbMaxPwdLife: 7776000
11
 
krbPwdMaxFailure: 6
12
 
krbPwdFailureCountInterval: 60
13
 
krbPwdLockoutDuration: 600
14