Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cascading and Mock Auth Drivers #3

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Auth
authors:
-
name: Chuck Hagenbuch
user: chuck
email: [email protected]
active: true
role: lead
-
name: Jan Schneider
user: jan
email: [email protected]
active: true
role: lead
-
name: Chuck Hagenbuch
user: chuck
email: [email protected]
active: false
role: lead
-
name: Michael Slusarz
user: slusarz
email: [email protected]
active: false
active: true
role: lead
version:
release: 2.2.3
Expand Down Expand Up @@ -56,12 +56,8 @@ dependencies:
pear.horde.org/Horde_Imsp: ^2
pear.horde.org/Horde_Http: ^2
pear.horde.org/Horde_Test: ^2.1
pecl.php.net/pam:
version: '*'
providesextension: pam
pecl.php.net/sasl:
version: '*'
providesextension: sasl
pecl.php.net/pam: '*'
pecl.php.net/sasl: '*'
ext:
ctype: '*'
ftp: '*'
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"version": "2.2.3",
"time": "2017-11-11",
"time": "2018-02-15",
"repositories": [
{
"type": "pear",
Expand Down Expand Up @@ -60,4 +60,4 @@
"Horde_Auth": "lib/"
}
}
}
}
9 changes: 6 additions & 3 deletions doc/Horde/Auth/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
----------
v2.2.3-git
----------
------
v2.2.3
------

[rla] Add Cascading Authentication driver.
[rla] Add Mock Authentication driver.


------
Expand Down
4 changes: 3 additions & 1 deletion doc/Horde/Auth/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes:
notes: |
[rla] Add Cascading Authentication driver.
[rla] Add Mock Authentication driver.
2.2.2:
api: 2.2.0
state:
Expand Down
Loading