Something went wrong while setting issue due date.
removing fixed path from setup
Closed
removing fixed path from setup
Hello,
i found this part harcoded in the setup, it should be used from variables.inc
this part is in class_SetupStep2.inc
@ if(file_exists("/usr/bin/fusiondirectory-mkntpassword")){ $pwdhash = "/usr/bin/fusiondirectory-mkntpassword"; } elseif (preg_match("/^Usage: fusiondirectory-mkntpassword /", shell_exec ("mkntpwd 2>&1"))){ $pwdhash= "mkntpwd"; @
Cheers
(from redmine: issue id 520, created on 2011-11-03, closed on 2012-01-20)
- Changesets:
- Revision 0f354d44 by Benoit MORTIER on 2012-01-15T13:22:22.000Z:
Fixes: #520 removing fixed path from setup
- Revision e9855fff by Benoit MORTIER on 2012-01-31T09:33:25.000Z:
Fixes: #520 removing fixed path from setup