X-Git-Url: https://git.sur5r.net/?p=openldap;a=blobdiff_plain;f=contrib%2Fldapc%2B%2B%2Fexamples%2Fmain.cpp;h=1b3f790cb92ed866eecc06cb7c259507db8ce62f;hp=d33775d4b57c2220bf50433e7f12c09931d69eaa;hb=10566c8be384c6435476ec54e842382841cb84b6;hpb=fd5ad3ef399dc281e78b06a36162a58a95518c34 diff --git a/contrib/ldapc++/examples/main.cpp b/contrib/ldapc++/examples/main.cpp index d33775d4b5..1b3f790cb9 100644 --- a/contrib/ldapc++/examples/main.cpp +++ b/contrib/ldapc++/examples/main.cpp @@ -30,7 +30,7 @@ int main(){ lc->bind("cn=Manager,o=Organisation,c=DE" , "secret",cons); std::cout << lc->getHost() << std::endl; bool result = lc->compare("cn=Manager,o=Organisation,c=DE", - LDAPAttribute("cn","Manaer")); + LDAPAttribute("cn","Manager")); std::cout << "Compare: " << result << std::endl; LDAPAttributeList* attrs=new LDAPAttributeList();