Skip to content
Snippets Groups Projects
Select Git revision
0 results

account_mgmt_test.go

Blame
  • Forked from ai3 / accountserver
    Source project has a limited visibility.
    • ale's avatar
      835b1627
      Make LDAP "transactions" self-consistent · 835b1627
      ale authored
      The data written will be available for reading even before calling
      Commit on the transaction. This allows constructs such as loops that
      repeatedly look up and modify the same attribute to work, which fixes
      the behavior of deleteAllApplicationSpecificPasswords() which
      previously would only succeed in deleting one of them.
      
      Fixes issue ai3/prod#233.
      835b1627
      History
      Make LDAP "transactions" self-consistent
      ale authored
      The data written will be available for reading even before calling
      Commit on the transaction. This allows constructs such as loops that
      repeatedly look up and modify the same attribute to work, which fixes
      the behavior of deleteAllApplicationSpecificPasswords() which
      previously would only succeed in deleting one of them.
      
      Fixes issue ai3/prod#233.