Hi everyone, i've decided to share with you my results of mounting Apple Airport Time Capsule. After deep searching i found, that after openpli december update, the defoult security mode is ntlmssp, which Time Capsule don't understand. What to do?
telnet 192.168.X.X
mkdir -p /media/cifs
mount -t cifs //192.168.X.X/Data /media/cifs \-o sec=ntlm,username=***,password=***