KLDAP Library
21 #ifndef KLDAP_LDAPSERVER_H
22 #define KLDAP_LDAPSERVER_H
24 #include <QtCore/QString>
28 #include "kldap_export.h"
97 void setHost(
const QString &host );
109 void setPort(
int port );
119 void setBaseDn(
const LdapDN &baseDn );
124 LdapDN baseDn()
const;
129 void setUser(
const QString &user );
139 void setBindDn(
const QString &bindDn );
149 void setRealm(
const QString &realm );
159 void setPassword(
const QString &password );
171 void setVersion(
int version );
183 void setSecurity( Security mode );
188 Security security()
const;
195 void setAuth( Auth authentication );
205 void setMech(
const QString &mech );
215 void setTimeout(
int timeout );
235 void setTimeLimit(
int limit );
240 int timeLimit()
const;
245 void setSizeLimit(
int sizelimit );
250 int sizeLimit()
const;
255 void setPageSize(
int size );
260 int pageSize()
const;
265 void setFilter(
const QString &filter );
275 void setUrl(
const LdapUrl &url );
287 class LdapServerPrivate;
288 LdapServerPrivate *
const d;
Authenticate via login and password.
A special url class for LDAP.
Scope
Describes the scope of the LDAP url.
Do not use any encryption.
A class that contains LDAP server connection settings.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:58 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.