Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making an actual Anonymous type in lib389/idm/account.py #3270

Closed
389-ds-bot opened this issue Sep 13, 2020 · 3 comments
Closed

Making an actual Anonymous type in lib389/idm/account.py #3270

389-ds-bot opened this issue Sep 13, 2020 · 3 comments
Labels
closed: fixed Migration flag - Issue

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/50211

  • Created at 2019-02-09 18:38:54 by aborah (@aborah-sudo)
  • Closed at 2019-02-15 05:56:04 as fixed
  • Assigned to nobody

Issue Description:

Making an actual Anonymous type in lib389/idm/account.py and then having code like:

anon = Anonymous(inst)
// This allows modification of Anonymous settings, but done as directory manager
anon_conn = Anonymous(inst).bind()
// This is how we get a real anonymous connection to the server

@389-ds-bot 389-ds-bot added the closed: fixed Migration flag - Issue label Sep 13, 2020
@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2019-02-10 23:55:56

I'd say this should be

anon = Anonymous(inst)
// This allows modification of Anonymous settings, but done as directory manager
anon_conn = Anonymous(inst).bind()
// This is how we get a real anonymous connection to the server

@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2019-02-10 23:55:56

Metadata Update from @Firstyear:

  • Custom field origin adjusted to None
  • Custom field reviewstatus adjusted to None

@389-ds-bot
Copy link
Author

Comment from aborah (@aborah-sudo) at 2019-02-15 05:56:04

Metadata Update from @aborah-sudo:

  • Issue close_status updated to: fixed
  • Issue status updated to: Closed (was: Open)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: fixed Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant