Adjusted UAT name.

svn path=/trunk/; revision=41844
This commit is contained in:
Stig Bjørlykke 2012-03-30 12:45:43 +00:00
parent 444132d01c
commit 602883402d
2 changed files with 2 additions and 2 deletions

View File

@ -2248,7 +2248,7 @@ void proto_register_ldap(void) {
"Set the port for LDAP operations over SSL",
10, &global_ldaps_tcp_port);
/* UAT */
attributes_uat = uat_new("Custom AttributeValue types Table",
attributes_uat = uat_new("Custom LDAP AttributeValue types",
sizeof(attribute_type_t),
"custom_ldap_attribute_types",
TRUE,

View File

@ -5856,7 +5856,7 @@ void proto_register_ldap(void) {
"Set the port for LDAP operations over SSL",
10, &global_ldaps_tcp_port);
/* UAT */
attributes_uat = uat_new("Custom AttributeValue types Table",
attributes_uat = uat_new("Custom LDAP AttributeValue types",
sizeof(attribute_type_t),
"custom_ldap_attribute_types",
TRUE,