Hi,
I'm not able to find where "uid" is defined. Could any expert point me where it is defined? Thanks.
pengy@lithium:/etc/ldap/schema$ grep '<uid>' * core.ldif:# RFC 1274 (uid/dc) core.ldif:# NAME ( 'uid' 'userid' ) core.ldif: DESC 'RFC2377: uid object' core.ldif: SUP top AUXILIARY MUST uid ) core.schema:# RFC 1274 (uid/dc) core.schema:# NAME ( 'uid' 'userid' ) core.schema: DESC 'RFC2377: uid object' core.schema: SUP top AUXILIARY MUST uid ) cosine.schema:##attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) inetorgperson.ldif: $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ pre inetorgperson.schema: photo $ roomNumber $ secretary $ uid $ userCertificate $ nis.ldif: f an account with POSIX attributes' SUP top AUXILIARY MUST ( cn $ uid $ uidNu nis.ldif: ttributes for shadow passwords' SUP top AUXILIARY MUST uid MAY ( userPassword nis.schema: MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) nis.schema: MUST uid openldap.ldif: MUST ( uid $ cn ) openldap.schema: MUST ( uid $ cn )
Hi,
On Thu, 13 Mar 2014, Peng Yu wrote:
Hi,
I'm not able to find where "uid" is defined. Could any expert point me where it is defined? Thanks.
it is commented out in core.ldif as the definition for uid is built in (hardcoded).
Greetings Christian
pengy@lithium:/etc/ldap/schema$ grep '<uid>' * core.ldif:# RFC 1274 (uid/dc) core.ldif:# NAME ( 'uid' 'userid' ) core.ldif: DESC 'RFC2377: uid object' core.ldif: SUP top AUXILIARY MUST uid ) core.schema:# RFC 1274 (uid/dc) core.schema:# NAME ( 'uid' 'userid' ) core.schema: DESC 'RFC2377: uid object' core.schema: SUP top AUXILIARY MUST uid ) cosine.schema:##attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) inetorgperson.ldif: $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ pre inetorgperson.schema: photo $ roomNumber $ secretary $ uid $ userCertificate $ nis.ldif: f an account with POSIX attributes' SUP top AUXILIARY MUST ( cn $ uid $ uidNu nis.ldif: ttributes for shadow passwords' SUP top AUXILIARY MUST uid MAY ( userPassword nis.schema: MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) nis.schema: MUST uid openldap.ldif: MUST ( uid $ cn ) openldap.schema: MUST ( uid $ cn )
On Thu, Mar 13, 2014 at 5:45 PM, Christian Kratzer ck-lists@cksoft.de wrote:
Hi,
On Thu, 13 Mar 2014, Peng Yu wrote:
Hi,
I'm not able to find where "uid" is defined. Could any expert point me where it is defined? Thanks.
it is commented out in core.ldif as the definition for uid is built in (hardcoded).
Isn't it also in the rfc? Also, if I am not mistaken cosine was a network project
http://en.wikipedia.org/wiki/DANTE http://link.springer.com/chapter/10.1007%2F978-94-009-1063-8_81#page-1
Greetings Christian
pengy@lithium:/etc/ldap/schema$ grep '<uid>' * core.ldif:# RFC 1274 (uid/dc) core.ldif:# NAME ( 'uid' 'userid' ) core.ldif: DESC 'RFC2377: uid object' core.ldif: SUP top AUXILIARY MUST uid ) core.schema:# RFC 1274 (uid/dc) core.schema:# NAME ( 'uid' 'userid' ) core.schema: DESC 'RFC2377: uid object' core.schema: SUP top AUXILIARY MUST uid ) cosine.schema:##attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) inetorgperson.ldif: $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ pre inetorgperson.schema: photo $ roomNumber $ secretary $ uid $ userCertificate $ nis.ldif: f an account with POSIX attributes' SUP top AUXILIARY MUST ( cn $ uid $ uidNu nis.ldif: ttributes for shadow passwords' SUP top AUXILIARY MUST uid MAY ( userPassword nis.schema: MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) nis.schema: MUST uid openldap.ldif: MUST ( uid $ cn ) openldap.schema: MUST ( uid $ cn )
-- Christian Kratzer CK Software GmbH Email: ck@cksoft.de Wildberger Weg 24/2 Phone: +49 7032 893 997 - 0 D-71126 Gaeufelden Fax: +49 7032 893 997 - 9 HRB 245288, Amtsgericht Stuttgart Mobile: +49 171 1947 843 Geschaeftsfuehrer: Christian Kratzer Web: http://www.cksoft.de/
On Thu, Mar 13, 2014 at 6:15 PM, Mauricio Tavares raubvogel@gmail.com wrote:
On Thu, Mar 13, 2014 at 5:45 PM, Christian Kratzer ck-lists@cksoft.de wrote:
Hi,
On Thu, 13 Mar 2014, Peng Yu wrote:
Hi,
I'm not able to find where "uid" is defined. Could any expert point me where it is defined? Thanks.
it is commented out in core.ldif as the definition for uid is built in (hardcoded).
Isn't it also in the rfc? Also, if I am not mistaken cosine was
a network project
Maybe the OP is actually referring to the entryUUID which is an "operational" attribute defined in RFC4530?
http://tools.ietf.org/rfc/rfc4530.txt
Best,
Alejandro Imass
--On Thursday, March 13, 2014 5:17 PM -0500 Peng Yu pengyu.ut@gmail.com wrote:
Hi,
I'm not able to find where "uid" is defined. Could any expert point me where it is defined? Thanks.
pengy@lithium:/etc/ldap/schema$ grep '<uid>' * core.ldif:# RFC 1274 (uid/dc) core.ldif:# NAME ( 'uid' 'userid' ) core.ldif: DESC 'RFC2377: uid object' core.ldif: SUP top AUXILIARY MUST uid )
Some attributes are compiled in. If you find them in core.ldif commented out as above, that is likely where they come from.
--Quanah
--
Quanah Gibson-Mount Architect - Server Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
RFC4519: user identifier of inetOrgPerson's (RFC2798) MAY attributes (inetorgperson.schema)?
Peng Yu pengyu.ut@gmail.com schrieb am 13.03.2014 um 22:17 in Nachricht
CABrM6wkcJ2vm_bszCjDsgNWTvX-WG_Qw9B+xV2ZciAswyM2kzw@mail.gmail.com:
Hi,
I'm not able to find where "uid" is defined. Could any expert point me where it is defined? Thanks.
pengy@lithium:/etc/ldap/schema$ grep '<uid>' * core.ldif:# RFC 1274 (uid/dc) core.ldif:# NAME ( 'uid' 'userid' ) core.ldif: DESC 'RFC2377: uid object' core.ldif: SUP top AUXILIARY MUST uid ) core.schema:# RFC 1274 (uid/dc) core.schema:# NAME ( 'uid' 'userid' ) core.schema: DESC 'RFC2377: uid object' core.schema: SUP top AUXILIARY MUST uid ) cosine.schema:##attributetype ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) inetorgperson.ldif: $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ pre inetorgperson.schema: photo $ roomNumber $ secretary $ uid $ userCertificate $ nis.ldif: f an account with POSIX attributes' SUP top AUXILIARY MUST ( cn $ uid $ uidNu nis.ldif: ttributes for shadow passwords' SUP top AUXILIARY MUST uid MAY ( userPassword nis.schema: MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) nis.schema: MUST uid openldap.ldif: MUST ( uid $ cn ) openldap.schema: MUST ( uid $ cn )
-- Regards, Peng
openldap-technical@openldap.org