diff --git a/lam/lib/modules/sambaAccount.inc b/lam/lib/modules/sambaAccount.inc index fc8e9080..8c2b4e04 100644 --- a/lam/lib/modules/sambaAccount.inc +++ b/lam/lib/modules/sambaAccount.inc @@ -313,7 +313,7 @@ class sambaAccount extends baseModule { 'name' => 'sambaAccount_specialUser', 'description' => _('Special user'), 'help' => 'specialUser', - 'example' => _('Domain Admins'), + 'example' => _('Domain admins'), 'values' => implode(", ", array_keys($this->rids)) ), array( @@ -545,7 +545,7 @@ class sambaAccount extends baseModule { // host attributes if ($_SESSION[$this->base]->type=='host') { - $this->attributes['primaryGroupID'][0] = $this->rids[_('Domain Computers')]; + $this->attributes['primaryGroupID'][0] = $this->rids[_('Domain computers')]; if ($_POST['ResetSambaPassword'] || (!$this->attributes['lmPassword'][0])) { $hostname = $_SESSION[$this->base]->module['posixAccount']->attributes['uid'][0]; $hostname = substr($hostname, 0, strlen($hostname) - 1); diff --git a/lam/lib/modules/sambaGroupMapping.inc b/lam/lib/modules/sambaGroupMapping.inc index 52028e65..7d62eead 100644 --- a/lam/lib/modules/sambaGroupMapping.inc +++ b/lam/lib/modules/sambaGroupMapping.inc @@ -207,7 +207,7 @@ class sambaGroupMapping extends baseModule { 2 => array ( 'kind' => 'help', 'value' => 'sambaSID' )); $names = array_keys($this->sambaGroupTypes); - $selected = array( _('Domain Group') ); + $selected = array( _('Domain group') ); for ($i=0; $iattributes['sambaGroupType'][0])) break; if ($this->attributes['sambaGroupType'][0]==$this->sambaGroupTypes[$names[$i]]) $selected = array( $names[$i] ); @@ -274,7 +274,7 @@ class sambaGroupMapping extends baseModule { 'name' => 'sambaGroupMapping_rid', 'description' => _('Samba RID number'), 'help' => 'rid', - 'example' => _('Domain Admins') + 'example' => _('Domain admins') ), array( 'name' => 'sambaGroupMapping_groupType', diff --git a/lam/lib/modules/sambaSamAccount.inc b/lam/lib/modules/sambaSamAccount.inc index 791f9b44..ffbd931f 100644 --- a/lam/lib/modules/sambaSamAccount.inc +++ b/lam/lib/modules/sambaSamAccount.inc @@ -604,7 +604,7 @@ class sambaSamAccount extends baseModule { // host attributes if ($_SESSION[$this->base]->type=='host') { - $this->attributes['sambaPrimaryGroupSID'][0] = $SID."-".$this->rids[_('Domain Computers')]; + $this->attributes['sambaPrimaryGroupSID'][0] = $SID."-".$this->rids[_('Domain computers')]; if ($_POST['ResetSambaPassword'] || !$this->attributes['sambaLMPassword'][0]) { $hostname = $_SESSION[$this->base]->module['posixAccount']->attributes['uid'][0]; $hostname = substr($hostname, 0, strlen($hostname) - 1); @@ -1549,7 +1549,7 @@ class sambaSamAccount extends baseModule { } else { // default domain users - $partialAccounts[$i]['sambaPrimaryGroupSID'] = $domains[$domIndex]->SID . '-' . $this->rids[_('Domain Users')]; + $partialAccounts[$i]['sambaPrimaryGroupSID'] = $domains[$domIndex]->SID . '-' . $this->rids[_('Domain users')]; } // special user if ($rawAccounts[$i][$ids['sambaSamAccount_rid']] != "") {