KLDAP Library
ldapconfigwidget.h
LdapConfigWidget(QWidget *parent=0, Qt::WindowFlags fl=0)
Constructs an empty configuration widget.
Definition ldapconfigwidget.cpp:506
void setUrl(const LdapUrl &url)
Set up the widget via an LDAP Url.
Definition ldapconfigwidget.cpp:530
LdapConfigWidget(WinFlags flags, QWidget *parent=0, Qt::WindowFlags fl=0)
Constructs a configuration widget.
void hostNameChanged(const QString &)
LdapUrl url() const
Returns a LDAP Url constructed from the settings given.
Definition ldapconfigwidget.cpp:525
void setServer(const LdapServer &server)
Set up the widget via an LdapServer object.
Definition ldapconfigwidget.cpp:595
void setSecurity(Security security)
Sets the security type (None, SSL, TLS).
Definition ldapconfigwidget.cpp:781
LdapServer server() const
Returns an LdapServer object constructed from the settings given.
Definition ldapconfigwidget.cpp:537
void setAuth(Auth auth)
Sets the authentication type (Anonymous, Simple, SASL).
Definition ldapconfigwidget.cpp:807
This class starts a search operation on a LDAP server and returns the search values via a Qt signal.
Definition ldapsearch.h:46
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.