Skip Menu |
 

Date: Tue, 03 Dec 2013 21:10:13 -0500
From: Richard Basch <basch@alum.mit.edu>
Subject: RE: Kerberos LDAP issues (1.11)
To: krb5-bugs@mit.edu
CC: "'Richard Basch'" <basch@alum.mit.edu>, richard.basch@gs.com
Download (untitled) / with headers
text/plain 1.2KiB

In addition to the missing policy attributes I previously listed, it appears there are also missing principal attributes in the schema, such as:

krbLastAdminUnlock

 

 

From: Richard Basch [mailto:basch@alum.mit.edu]
Sent: Tuesday, December 03, 2013 8:55 PM
To: 'krb5-bugs@mit.edu'
Cc: 'Richard Basch'; 'richard.basch@gs.com'
Subject: Kerberos LDAP issues (1.11)

 

The schema on the web site is lacking various required attributes to support Kerberos with a LDAP backend.

http://k5wiki.kerberos.org/wiki/Kerberos.schema

 

When I tried creating a password policy, I encountered errors because of missing attribute definitions and discovered the following were lacking in the schema:

krbPwdAttributes

krbPwdMaxLife

krbPwdMaxRenewableLife

krbPwdAllowedKeySalts

 

I also am encountering issues loading a dump file (i.e. doing a conversion). Even after resolving the above missing attribute definitions, I find about 1% of the principals fail to be loaded (when using kdb5_util load –update …)

 

<dumpfile>(line #): cannot store principal@REALM(Database store error)

<dumpfile>(line #): cannot read dump entry header

 

I plan to enable additional debugging to determine the cause of the above, but I know the dump file is fine because the same dump file can be loaded into a db2 backend without issue.

Date: Tue, 03 Dec 2013 22:19:27 -0500
From: Richard Basch <basch@alum.mit.edu>
Subject: RE: Kerberos LDAP issues (1.11)
To: "'Richard Basch'" <basch@alum.mit.edu>, krb5-bugs@mit.edu
CC: richard.basch@gs.com
Download (untitled) / with headers
text/plain 1.5KiB

The problem is only with the wiki… the correct schema is in the source tree (but not installed).

 

From: Richard Basch [mailto:basch@alum.mit.edu]
Sent: Tuesday, December 03, 2013 9:10 PM
To: 'krb5-bugs@mit.edu'
Cc: 'richard.basch@gs.com'; 'Richard Basch'
Subject: RE: Kerberos LDAP issues (1.11)

 

In addition to the missing policy attributes I previously listed, it appears there are also missing principal attributes in the schema, such as:

krbLastAdminUnlock

 

 

From: Richard Basch [mailto:basch@alum.mit.edu]
Sent: Tuesday, December 03, 2013 8:55 PM
To: 'krb5-bugs@mit.edu'
Cc: 'Richard Basch'; 'richard.basch@gs.com'
Subject: Kerberos LDAP issues (1.11)

 

The schema on the web site is lacking various required attributes to support Kerberos with a LDAP backend.

http://k5wiki.kerberos.org/wiki/Kerberos.schema

 

When I tried creating a password policy, I encountered errors because of missing attribute definitions and discovered the following were lacking in the schema:

krbPwdAttributes

krbPwdMaxLife

krbPwdMaxRenewableLife

krbPwdAllowedKeySalts

 

I also am encountering issues loading a dump file (i.e. doing a conversion). Even after resolving the above missing attribute definitions, I find about 1% of the principals fail to be loaded (when using kdb5_util load –update …)

 

<dumpfile>(line #): cannot store principal@REALM(Database store error)

<dumpfile>(line #): cannot read dump entry header

 

I plan to enable additional debugging to determine the cause of the above, but I know the dump file is fine because the same dump file can be loaded into a db2 backend without issue.

Date: Tue, 03 Dec 2013 20:54:40 -0500
From: Richard Basch <basch@alum.mit.edu>
Subject: Kerberos LDAP issues (1.11)
To: krb5-bugs@MIT.EDU
CC: "'Richard Basch'" <basch@alum.mit.edu>, richard.basch@gs.com

The schema on the web site is lacking various required attributes to support Kerberos with a LDAP backend.

http://k5wiki.kerberos.org/wiki/Kerberos.schema

 

When I tried creating a password policy, I encountered errors because of missing attribute definitions and discovered the following were lacking in the schema:

krbPwdAttributes

krbPwdMaxLife

krbPwdMaxRenewableLife

krbPwdAllowedKeySalts

 

I also am encountering issues loading a dump file (i.e. doing a conversion). Even after resolving the above missing attribute definitions, I find about 1% of the principals fail to be loaded (when using kdb5_util load –update …)

 

<dumpfile>(line #): cannot store principal@REALM(Database store error)

<dumpfile>(line #): cannot read dump entry header

 

I plan to enable additional debugging to determine the cause of the above, but I know the dump file is fine because the same dump file can be loaded into a db2 backend without issue.