
23rd January 2010, 00:34
|
|
Junior Member
|
|
Join Date: Jan 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
help scripting please
am new to Linux enviroment and i need your big help to start with :
scenario
" 1.To test whether user accounts have an empty password. If they
do, it sets a temporary password and forces the user to change the password at the next login.
2. to displays a summary of all accounts for which the password has been set. If no passwords have been set, the program displays a summary line, indicating no password is set. "
thank you
#!/bin/sh
|

23rd January 2010, 16:06
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,887
Thanks: 692
Thanked 4,188 Times in 3,205 Posts
|
|
How is this related to the myDNSConfig Control panel?
|

12th October 2010, 14:11
|
|
Junior Member
|
|
Join Date: Oct 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
mydnsconfig.
Dear all,
I need your help for resolving an issue.
The application mydnsconfig is not accepting Arabic Domains can anyone help me please.
Previously i was using Domain Manager in that for arabic domains we have to convert IDN to ASCII code then it will accepts i have done this same thing but the mydnsconfig is not responding and the output is below.
ERROR1. Zone has a invalid format.
So please help me the champs. eagerly waiting for your reply.
|

12th October 2010, 14:28
|
|
Junior Member
|
|
Join Date: Oct 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dears,
I came to know that mydnsconfig will accepting IDNcode can i know how to convert from arabic domain to IDN code.
for example: تجوالي.السعودية (xn--mgbfg1hsao.xn--mgberp4a5d4ar) this is ASCII code of arabic domain but how to convert it in to IDN code. Please help me out from this issue.
|

13th October 2010, 18:02
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
|

15th October 2010, 02:00
|
|
Junior Member
|
|
Join Date: Oct 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Mydnsconfig
Dear Falko,
I need to ask you some thing about Mydnsconfig..
The question is why this application is not accepting Arabic Domains.
As i came to know that Mydnsconfig will accept IDN code for arabic domains but it was not responding.
Example: I did in this way (xn--mgbfg1hsao.xn--mgberp4a5d4ar)--- تجوالي.السعودية
I entered this code in the zone but Mydnsconfig responding me as the zone is not in the correct format. So please help me to resolve this issue....
|

15th October 2010, 16:40
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
I think you need to change the regex in interface/web/dns/form/dns_soa.tform.php. Maybe you can change
Code:
'origin' => array (
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
'errmsg'=> 'origin_error_empty'),
1 => array ( 'type' => 'UNIQUE',
'errmsg'=> 'origin_error_unique'),
2 => array ( 'type' => 'REGEX',
'regex' => '/^[\w\.\-]{2,64}\.[a-zA-Z]{2,10}[\.]{0,1}$/',
'errmsg'=> 'origin_error_regex'),
to
Code:
'origin' => array (
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
'errmsg'=> 'origin_error_empty'),
1 => array ( 'type' => 'UNIQUE',
'errmsg'=> 'origin_error_unique'),
2 => array ( 'type' => 'REGEX',
'regex' => '/^[\w\.\-]{2,64}\.[a-zA-Z]{2,30}[\.]{0,1}$/',
'errmsg'=> 'origin_error_regex'),
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 16:14.
|
Recent comments
13 hours 50 min ago
18 hours 49 min ago
20 hours 15 min ago
21 hours 9 min ago
22 hours 52 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 19 hours ago
1 day 21 hours ago