I have found a solution to the encryption dilemma. Although I had originally wanted to get OS/2 to use encryption, I have found that I can get samba to recognize both.
Within the smb.conf file I placed:
encrypt passwords = yes
include = /etc/samba/smb.%a #%a = OS (for OS/2 %a="OS/2")
The first line makes the default "yes", the 2nd includes a file called "smb.OS2".
This file has a single line: "encrypt passwords = yes"
This is an acceptable solution for me. However, if there a way to get OS2 to encrypt, I am interested.
Rees
Within the smb.conf file I placed:
encrypt passwords = yes
include = /etc/samba/smb.%a #%a = OS (for OS/2 %a="OS/2")
The first line makes the default "yes", the 2nd includes a file called "smb.OS2".
This file has a single line: "encrypt passwords = yes"
This is an acceptable solution for me. However, if there a way to get OS2 to encrypt, I am interested.
Rees