]>
Commit | Line | Data |
---|---|---|
34d340d7 A |
1 | #ifndef _OPEN_DIRECTORY_H_ |
2 | #define _OPEN_DIRECTORY_H_ | |
3 | ||
4 | #include <CoreFoundation/CoreFoundation.h> | |
5 | #include <OpenDirectory/OpenDirectory.h> | |
6 | ||
7 | extern void setrestricted(CFDictionaryRef attrs); | |
8 | ||
9 | ODRecordRef odGetUser(CFStringRef location, CFStringRef authname, CFStringRef user, CFDictionaryRef* attrs); | |
10 | ||
11 | void odUpdateUser(ODRecordRef rec, CFDictionaryRef attrs_orig, CFDictionaryRef attrs); | |
12 | ||
13 | #endif /* _OPEN_DIRECTORY_H_ */ |