Skip to content

Commit

Permalink
Provide config for packing for FreeRADIUS2 and 3
Browse files Browse the repository at this point in the history
We only provide the sites-config.
The user file and the perl module config will
be generated in the corresponding build environments.

Closes #11
  • Loading branch information
cornelinux committed Mar 29, 2019
1 parent 2c63825 commit b2ba022
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 101 deletions.
File renamed without changes.
22 changes: 22 additions & 0 deletions config/freeradius3/privacyidea
@@ -0,0 +1,22 @@
server {
authorize {
files
perl
if (ok || updated) {
update control {
Auth-Type := Perl
}
}
}
listen {
type = auth
ipaddr = *
port = 0
}
authenticate {
Auth-Type Perl {
perl
}
}
}

6 changes: 0 additions & 6 deletions deploy/debian-ubuntu/changelog

This file was deleted.

1 change: 0 additions & 1 deletion deploy/debian-ubuntu/compat

This file was deleted.

15 changes: 0 additions & 15 deletions deploy/debian-ubuntu/control

This file was deleted.

3 changes: 0 additions & 3 deletions deploy/debian-ubuntu/privacyidea-radius.install

This file was deleted.

67 changes: 0 additions & 67 deletions deploy/debian-ubuntu/privacyidea-radius.postinst

This file was deleted.

9 changes: 0 additions & 9 deletions deploy/debian-ubuntu/rules

This file was deleted.

0 comments on commit b2ba022

Please sign in to comment.