search for: user_lastnam

Displaying 2 results from an estimated 2 matches for "user_lastnam".

Did you mean: user_lastname
2006 Aug 17
6
NameError in AdminController#index building scaffold
...| +----------------+-------------+------+-----+---------+----------------+ | user_id | int(11) | NO | PRI | NULL | auto_increment | | user_login | varchar(50) | NO | | | | | user_firstname | varchar(50) | NO | | | | | user_lastname | varchar(50) | NO | | | | | user_role | varchar(50) | NO | | | | +----------------+-------------+------+-----+---------+----------------+ 5 rows in set (0.18 sec) I am also connecting to Subversion on a linux system as my Repo. Whe...
2012 Jul 25
3
manifest variable with sed - problem
Hello, i have a problem in my sudo manifest file, because in the variable $name comes sometimes usernames like user.lastname, but i need for sudo (includedir */etc/sudoers.d/*) file names with no dots (like user_lastname). I need a new variable, where is the dots change by underscores. My first try was like this, but it isn''t working well. $name_underscore = "`echo $name | sed ''s/\./_/g''`" file { "*/etc/sudoers.d/*${name_underscore}": mode => 440, ow...