ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0022231ClearOSapp-radius - RADIUS Serverpublic2018-11-06 07:452019-04-26 03:54
ReporterNickH 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionsuspended 
PlatformOSOS Version
Product Version7.5.0 
Target VersionFixed in Version 
Summary0022231: When LDAP dies Radius dies
DescriptionIf LDAP dies Radius dies. LDAP gets restarted due to servicewatch, but radius does not.

The systemd way of fixing this would be to add lines something like:
After=slapd.service
Requires=slapd.service
Restart=always

.... but this only works for ldap because of the requires line. It may be possible to remove the Requires. I believe Radius does not work with the AD connector without tweaking so this fix could work.

Alternatively we could come quietly and add it to servicewatch.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0011931)
NickH (developer)
2019-04-26 03:54

Migrated to https://gitlab.com/clearos/clearfoundation/app-radius/issues/1 [^]

- Issue History
Date Modified Username Field Change
2018-11-06 07:45 NickH New Issue
2018-11-06 08:42 user2 Status new => confirmed
2018-11-06 08:42 user2 Assigned To => teamindia
2018-11-06 08:43 user2 Product Version 7.5.0 Updates => 7.5.0
2019-04-26 03:54 NickH Note Added: 0011931
2019-04-26 03:54 NickH Status confirmed => closed
2019-04-26 03:54 NickH Assigned To teamindia =>
2019-04-26 03:54 NickH Resolution open => suspended