dtlogin: remove HP BLS B1 simple authentication support (BLS)

This commit is contained in:
Jon Trulson
2022-08-06 17:57:44 -06:00
parent 37367d5e12
commit 6fddca178f
13 changed files with 2 additions and 1985 deletions
-25
View File
@@ -371,31 +371,6 @@ main( int argc, char **argv )
(void) signal(SIGTERM, Terminate);
#ifdef BLS
# ifndef NDEBUG
{
extern SIGVAL BLS_ToggleDebug( int arg );
/*
* Allow debug output to be turned on for dtgreet.
*/
(void) signal(SIGHUP, BLS_ToggleDebug);
}
# endif /* NDEBUG */
/*
* set up authorization parameters, see the identity(3) man page...
*/
if (ISSECURE) {
set_auth_parameters(1, argv);
init_security();
}
#endif /* BLS */
/*
* check some environment variables...
*/