Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
authserv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai
authserv
Commits
4cfb4241
Commit
4cfb4241
authored
10 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
packaging fixes: use the right binary name, depend on python-pylibmc
parent
a8f9317a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+4
-3
4 additions, 3 deletions
debian/control
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
4 deletions
debian/control
+
4
−
3
View file @
4cfb4241
...
...
@@ -10,11 +10,12 @@ Standards-Version: 3.9.4
Package: libpam-authclient
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAM module for
authserv
.
PAM module for
authserv
.
Description: PAM module for
the A/I authentication protocol
.
PAM module for
the A/I authentication protocol
.
Package: ai-auth-server
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${python:Depends}, ${misc:Depends}, python-gevent, python-pylibmc,
memcached
Description: Auth server package.
Centralized authentication server with OTP support.
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
4cfb4241
...
...
@@ -16,7 +16,7 @@ setup(
package_data
=
{},
entry_points
=
{
'
console_scripts
'
:
[
'
authserv = authserv.server:main
'
,
'
ai-
auth
-
serv
er
= authserv.server:main
'
,
],
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment