From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: Using 'cluadmin' to add a service, you are prompted for ip address and netmask information. For 'netmask', you are allowed to specify 'None' - but doing that causes this to appear in the /etc/samba/smb.conf.sharename file: interfaces = [ip]/None When 'None' is specified as the netmask, the interfaces should look like this: interfaces = [ip] with no '/None' tacked on. Version-Release number of selected component (if applicable): clumanager-1.0.19-2 How reproducible: Always Steps to Reproduce: 1. use cluadmin to add a service 2. add an ip address, and specify 'None' as the netmask 3. observe that the /etc/samba/smb.conf.sharename file ends up with an 'interfaces' value that looks like '[ip]/None'. This is incorrect. Actual Results: When 'None' as specified as the netmask, the /etc/samba/smb.conf.sharename should end up with an 'interfaces' value like '[ip]' - with no '/None' tacked on. Additional info:
Fix in CVS pool. Will be in next erratum.
Since U2 was in May, and the fix was submitted to CVS in late April, I'm going to guess that this fix was in U2, and close this. If the problem was not resolved, please reopen.