Ross Smith <[email protected]> writes: > I have enough other changes implemented to start testing this. I've > added the code to my install, and the metadata to Schema.pm to generate > the table entries, but I get the error "wallet: unknown ACL scheme > ldap-group". I figured I missed something until I tried to add a > ldap-attr acl and got a similar error. I also get the error with a > pristine install of wallet from git master. What else might need to be > done to get wallet to accept ldap acls?
wallet-admin register verifier ldap-group Wallet::ACL::LDAP::Group (or whatever you called the Perl class that implements it). I must have not added the registration of the verifier class to the default SQL for setting up a new database. I'll make sure I fix that before I release 1.0. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
