If I log in via LDAP:
$ devpi login ${USER}
password for user marca:
logged in 'marca', credentials valid for 10.00 hours
No index gets automatically created for me:
$ devpi index -c foo
PUT http://devpi.corp.surveymonkey.com/marca/foo
404 Not Found: no user u'marca'
I have to manually create the user in devpi:
$ devpi user -c ${USER}
new password for user marca:
repeat new password for user marca:
user created: marca
and then it works:
$ devpi index -c foo
http://devpi.corp.surveymonkey.com/marca/foo:
type=stage
bases=root/pypi
volatile=True
uploadtrigger_jenkins=None
acl_upload=marca
pypi_whitelist=
Should devpi-ldap automatically create this index for the user?
Cc: @sudarkoff