Home › Forums › OS X Server and Client Discussion › Open Directory › set simultaneous_login through dscl
Hi,
does anybody know how to set the simultaneous_login attribute trhough dscl?
Thanks Ekkehard
To deselect the checkbox:
dscl -u diradmin -p /LDAPv3/127.0.0.1 -createpl /Users/theusershortnamegoeshere apple-mcxflags simultaneous_login_enabled 0
To select the checkbox: dscl -u diradmin -p /LDAPv3/127.0.0.1 -createpl /Users/theusershortnamegoeshere apple-mcxflags simultaneous_login_enabled 1
Comments are closed