Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547408 - Can't create new developer account on woodpecker
Summary: Can't create new developer account on woodpecker
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Developer account issues (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-22 13:44 UTC by Mikle Kolyada (RETIRED)
Modified: 2015-05-26 04:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-04-22 13:44:20 UTC
Yesterday when i tried to create new developer account for mafblaster (bug 546262 ). I noticed this error:

Modifying LDAP user maffblaster
 ou=devs,dc=gentoo,dc=org: No such object at /usr/local/bin/perl_ldap line 373.

This issue was repeated a few times during account creation. After that, when i tried to run "perl_ldap -b user -s maffblaster" it didn't show anything.

It was discussed via IRC, but i am create this bug just for tracking,
Comment 1 Alec Warner (RETIRED) archtester gentoo-dev Security 2015-04-22 15:02:20 UTC
Modifying LDAP user maffblaster
 ou=devs,dc=gentoo,dc=org: No such object at /usr/local/bin/perl_ldap line 373

implies that it is modifying the wrong object (ou=devs,dc=gentoo,dc=org is an OU, not DN?)

It should say something like:
Modifying LDAP user maffblaster
uid=maffblaster,ou=devs,dc=gentoo,dc=org

What command are you running?

-A
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-04-22 15:25:52 UTC
(In reply to Alec Warner from comment #1)
> Modifying LDAP user maffblaster
>  ou=devs,dc=gentoo,dc=org: No such object at /usr/local/bin/perl_ldap line
> 373
> 
> implies that it is modifying the wrong object (ou=devs,dc=gentoo,dc=org is
> an OU, not DN?)
> 
> It should say something like:
> Modifying LDAP user maffblaster
> uid=maffblaster,ou=devs,dc=gentoo,dc=org
> 
> What command are you running?
> 
> -A

I am running newdev-fill.sh <nicname>, as usual recruiters do.
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-04-22 15:33:28 UTC
And then fill in fields that it asks.
Comment 4 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-04-24 22:22:48 UTC
Now i see it works again. Thanks Robin!
Comment 5 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-05-06 21:27:22 UTC
I've seen this problem again for another developer (bug #545022)
Comment 6 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2015-05-06 21:31:51 UTC
I also had this warning too:

Invalid credentials at /usr/local/bin/perl_ldap line 137.
Comment 7 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2015-05-07 03:45:28 UTC
The script had still some references to gpgkey. I've removed them now.
Comment 8 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2015-05-26 04:32:41 UTC
Please reopen if it's still a problem