Bug 14186

Summary: authentication fails with chap
Product: [Retired] Red Hat Linux Reporter: Eckart Windelband <ewindelband>
Component: isdn-configAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-17 20:20:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eckart Windelband 2000-07-17 20:20:32 UTC
authentication fails with chap
I've inserted 

            if [ "$AUTH" = "-pap +chap" ]; then
                options="$options name $USER"
            else
                options="$options user $USER"
            fi

in /etc/rc.d/init.d/isdn 

this worked for me

regards 
   E. Windelband

Comment 1 Ngo Than 2000-07-18 10:19:35 UTC
i have add your change in isdn script. Thanks.