This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathConnectAD.sopm
executable file
·30 lines (30 loc) · 1.84 KB
/
ConnectAD.sopm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<otrs_package version="1.0">
<Name>ConnectAD</Name>
<Version>0.2.12</Version>
<Framework>2.4.x</Framework>
<Framework>3.0.x</Framework>
<Framework>3.1.x</Framework>
<Framework>3.2.x</Framework>
<Framework>3.3.x</Framework>
<Vendor>Roy Kaldung <roy@kaldung.com></Vendor>
<URL>http://kaldung.com/</URL>
<License>GNU AFFERO GENERAL PUBLIC LICENSE Version 3, November 2007</License>
<ChangeLog Version="0.1" Date="2011-10-15 20:00:00">initial release</ChangeLog>
<ChangeLog Version="0.2" Date="2012-01-05 19:05:00">added parameter for Kerberos/Formbased login</ChangeLog>
<ChangeLog Version="0.2.1" Date="2012-01-05 19:05:00">added config documentation</ChangeLog>
<ChangeLog Version="0.2.7" Date="2012-01-13 21:40:00">initial public release</ChangeLog>
<ChangeLog Version="0.2.8" Date="2012-01-16 21:20:00">LOGIN and SSO login successful tested</ChangeLog>
<ChangeLog Version="0.2.8" Date="2012-01-17 20:05:00">bug fixes</ChangeLog>
<ChangeLog Version="0.2.11" Date="2012-08-16 18:30:00">added nested customer group</ChangeLog>
<Description Lang="en">Sync and authenticate against an Active Directory, regarding AGDLP (nested groups).</Description>
<IntroInstall Type="post" Lang="en" Title="Configuration needed!">Details on configuration can be found on http://github.com/rkaldung/ConnectAD</IntroInstall>
<BuildDate>?</BuildDate>
<BuildHost>?</BuildHost>
<Filelist>
<File Permission="644" Location="Kernel/System/Auth/Sync/ConnectAD.pm"></File>
<File Permission="644" Location="Kernel/System/Auth/ConnectAD.pm"></File>
<File Permission="644" Location="Kernel/System/CustomerUser/ConnectAD.pm"></File>
<File Permission="644" Location="Kernel/System/CustomerAuth/ConnectAD.pm"></File>
</Filelist>
</otrs_package>