|
BuildKerberosExtension
Ruby has no kerberos binding for now. to solve this problem i wrote a ruby/c extension to retrieve Kerberos token for NetSoul authentication. Dependencies
Build the NsToken extension$ cd ./lib/kerberos $ ruby extconf.rb $ make $ cd ../.. If no error ? All is right, you can put your unix_password directly in conf/config.yml or in RubySoul shell (See documentation page). Have fun. |
Sign in to add a comment