summaryrefslogtreecommitdiffstats
path: root/src/userldapdata.h
blob: dd8c066c429fef56ffc369a53f0c1a0a919582a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef USERLDAPDATA_H_
#define USERLDAPDATA_H_

#include <QString>

namespace UserLdapData {

bool init(QString inputFile = QString());

bool isEmpty();

bool isAllowed(const QString& attribute, const QString& value);

}

#endif /* USERLDAPDATA_H_ */