Skip to content

Should a user index automatically be created when a user logs in via LDAP? #15

@msabramo

Description

@msabramo

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions