8/28/2017 2:34:10 AM
don't log any Okta / LDAP credentials.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
8/28/2017 2:30:21 AM
authentication: this is useful when a static
DN search template isn't enough in case of multiple OU for example (e.g.
uid=bob,ou=Operations,dc=acme,dc=com and uid=alice,ou=Engineering,dc=acme,dc=com)
* Disable JNDI referrals by default (org.killbill.security.ldap.followReferrals=true to enable)
* Add support for groups in DN format (escape = as in cn\\=finance,dc\\=acme,dc\\=com)
* Make sure to parse all group attributes in LDAP
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
8/25/2017 8:02:34 AM
https://github.com/killbill/killbill-admin-ui/issues/93.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
8/22/2017 3:40:57 AM
Meyer <pierre@mouraf.org>
|
9/6/2017 5:41:13 PM
template class file into package
|
9/6/2017 12:25:47 AM
class goes into the declared package and Eclipse can compile the source without an "invalid package" error.
|
9/5/2017 9:52:39 PM
Eclipse metadata.
|
|
|
8/28/2017 5:25:44 PM
ExternalChargeInvoiceItem to extend InvoiceItemCatalogBase
|
8/9/2017 12:24:14 PM
Invoice plugin api allows you to add planName, linkedInvoiceId, etc to external charge and they will be stored in the db, but not retrieved via API or populated in analytics table - this fixes the issue. External charges w/o the additional fields will continue to work the same.
|