DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-ldap: property name cleanup #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
List properties here that are candidates for renaming to improve clarity.

serviceUser: serviceDn, bindUser, bindDn
serviceCredential: serviceDnCredential, bindCredential, bindDnCredential

base: baseDn

Original issue reported on code.google.com by dfis...@gmail.com on 17 Dec 2009 at 1:29

GoogleCodeExporter commented 8 years ago
serviceUser: principal, principalDn
serviceCredential: principalCredential

Original comment by dfis...@gmail.com on 17 Dec 2009 at 3:59

GoogleCodeExporter commented 8 years ago
Full property list can be seen at:
http://vt-middleware.googlecode.com/svn/vt-ldap/javadoc/vt-ldap-3.2/edu/vt/middl
eware/ldap/LdapConfig.html

Original comment by dfis...@gmail.com on 17 Dec 2009 at 7:25

GoogleCodeExporter commented 8 years ago
I like:

serviceUser:  bindDn
serviceCredential:  bindCredential
base:  baseDn

I think the more generic for the "service" properties the better.

Original comment by dha...@gmail.com on 17 Dec 2009 at 7:51

GoogleCodeExporter commented 8 years ago
serviceUser deprecated, use bindDn
serviceCredential deprecated, use bindCredential
Fixed in r1093.

Original comment by dfis...@gmail.com on 22 Dec 2009 at 3:36

GoogleCodeExporter commented 8 years ago
base deprecated, use baseDn
Fixed in r1250.

Original comment by dfis...@gmail.com on 15 Apr 2010 at 9:36