mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
selftest: Use random OIDs from under the Samba OID arc
The urgent_replication.py test used the OID of uid, and this caused other tests to fail The other random OIDs should have been from under our arc, not under iso.member-body.us We split up the range a little to avoid some of the birthday paradox, in the tests that create multiple OIDs. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz
This commit is contained in:
@ -81,7 +81,7 @@ objectClass: classSchema
|
||||
objectCategory: CN=Class-Schema,""" + self.schema_dn + """
|
||||
defaultObjectCategory: """ + object_dn + """
|
||||
distinguishedName: """ + object_dn + """
|
||||
governsID: 1.2.840.""" + str(random.randint(1,100000)) + """.1.5.9939
|
||||
governsId: 1.3.6.1.4.1.7165.4.6.3.""" + str(random.randint(1,100000)) + """
|
||||
instanceType: 4
|
||||
objectClassCategory: 1
|
||||
subClassOf: organizationalPerson
|
||||
|
Reference in New Issue
Block a user