[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
syntax in schema causes slapd to fail
The following are two variants of an entry in our schema file.
We are running on windows.
>>>>>>>>>>>>>>>>>>>>>
attributetype
(
1.3.6.1.4.1.15755.1.1
NAME ( 'puid' 'pivodUniqueIdentifier' )
SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
Doesn't work and crashes slapd.exe running on windows
attributetype (
1.3.6.1.4.1.15755.1.1
NAME ( 'puid' 'pivodUniqueIdentifier' )
SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
Does work
Note the different placement of the opening bracket