Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - holest

Pages: [1]
1
Installation and Upgrades / Re: dns move
« on: December 06, 2013, 01:25:36 pm »
oh thanks... i am blind...
if anyone else is rtard like me:
http://doc.zentyal.org/en/backup.html

2
Installation and Upgrades / auto mount home
« on: November 28, 2013, 06:48:05 pm »
hello!

is there any way to turn off auto mounting user's home folder? or disable the home folder for users?

thanks:
holest

ps.: i found this topic http://forum.zentyal.org/index.php/topic,2746.msg11854.html#msg11854 but cant use it for 3.2

p2.: if i change "home folder" to local path at dsa.msc the mount is gone, but i have to do it 1-by-1, and i don't know if this setting will break my zentyal?

3
Installation and Upgrades / [SOLVED] dns move
« on: November 27, 2013, 04:16:24 pm »
Hello!

I would like to ask, if i want to reinstall zentyal (Zentyal 3.2 to Zentyal 3.2), but want to move my already set dns records, how can i do that?

Thanks

4
Installation and Upgrades / Re: Users and Computers
« on: November 23, 2013, 11:55:37 am »
Thanks for your answer!

The script you are referring to is from Zentyal 2.x branche. The script is not suitable for Zentyal 3.x with Samba4.
Unless you can moduify it yourself or write from scratch a script to add multiple users in 1 go, I am afraid you are stuck with adding them by hand.
My perl knowledge is next to nothing, so I can't help you out here... :-[
bah

Besides that, as far I understood Zentyal Samba4 implementation, there is nothing available for multi OU support or moving accounts or devices from 1 OU to another.
I don't really understand this. Non of thees functions works even in the payed version?

thanks:
Holest

5
Installation and Upgrades / Re: Users and Computers
« on: November 22, 2013, 04:42:08 pm »
Thanks.

So if i want to upload ~200 users, i have to make it manually trough web gui one-by-one? Because i don't see any option at this perl script:

Code: [Select]
#!/usr/bin/perl

use strict;
use warnings;

use EBox;
use EBox::Users::User;

EBox::init();

my $parent = EBox::Users::User->defaultContainer();

open (my $USERS, 'users.csv');

while (my $line = <$USERS>) {
    chomp ($line);
    my ($username, $givenname, $surname, $password) = split(',', $line);
    EBox::Users::User->create(
    uid => $username,
        parent => $parent,
        givenname => $givenname,
        surname => $surname,
        password => $password
    );
}

close ($USERS);

1;

to set users organization unit or group?

Sorry this is my first time i use domain controller and i don't really understand it, can someone link me an easy to understand description about it?

I try to make something like this:

Code: [Select]
mydomain.com
----> Computers
dc.mydomain.com
----> Domain Controllers
----> Groups
group1
group2
group3
----> Users
------ ----> All Users Organization Unit
------ ------ ----> Admins OU
admin1
admin2
------ ------ ----> Users OU
------ ------ ------ ----> OU1
ou1 user1
ou1 user2
------ ------ ------ ------ ----> OU1a
ou1a user1
ou1a user2
------ ------ ------ ------ ----> OU1b
ou1b user1
ou1b user2
------ ------ ------ ----> OU2
ou2 user1
ou2 user2
------ ------ ------ ----> OU3
ou3 user1
ou3 user2

Because i cant move users from OU to OU i have to put users in the final place at OU-s.
Can someone link me his/her own structure please?

Thanks:
Holest

6
Installation and Upgrades / realm name
« on: November 21, 2013, 02:52:08 pm »
Hello!

I would like to ask, is there any disadvantage if i use public domain name as my realm name?
I mean i don't use realm.lan but realm.com. Can be any problem with this? I will manually update records on the public dns servers and on the private 2 zentyals.

Holest

7
Installation and Upgrades / Re: Users and Computers
« on: November 18, 2013, 05:07:22 pm »
Can you tell me what you call "zentyal tool"? Do you mean the web gui of the zentyal?

Thanks:
Holest

8
Installation and Upgrades / Users and Computers
« on: November 15, 2013, 08:20:00 pm »
Hello!

I would like to ask, if its normal if i make something at Zentyal admin's "Users and Computers/Manage", like add users/ous/groups it's works great, but if i use dsa.msc (from windows) and i try to drag groups or ou-s or users, ou-s and groups disappears, users stay unchanged?
Is it a bug, if i add a user or group at computers, it's not appear at zentyal admin ui, but at dsa.msc (i know its not the place for them, but missclicked)?
Why i can't "drap and drop" groups/ou-s/users at zentyal admin ui?
I tryed "drag&drop dsa.msc" with sernet samba4 and it's worked there, but zentyal have much more options so i would much more like to use zentyal, if i can change the structure of ou-s and groups.

Thanks:
Holest

Pages: [1]