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 - ddr400

Pages: [1]
1
Hi there,

If I need an user with installation rights only... what can I do to define that without insert that user in the Domain Admins?

Best Regards

2
I found that if an user are associated to the user group DOMAIN ADMINS, he could access in R/W to all zentyal server shares...

It's a bug or it is a configuration issue?


3
I'm having a serious problem in the Zentyal server.
After an component upgrade, my zentyal gives R/W access to all users to all shares (even the ones that don't have any acl defined).

Any ideas?

Best Regards

4
I finally found the problem: Samba don't support special caracters in the share comments.
After I remove all the special Portuguese caracters in the Zentyal interface, all windows clients can browse all samba shares using \\server function.

5
Hi,

Could somebody help me about this issue?

This is my smb.conf file.


[global]
    workgroup = Company
    realm = Company.LOCAL
    netbios name = SRVDADOS
    server string = SRVDADOS
    server role = dc
    server role check:inhibit = yes
    server services = s3fs, rpc, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate
    server signing = auto
   
   

    interfaces = lo,eth0
    bind interfaces only = yes

   

    log level = 3
    log file = /var/log/samba/samba.log

#    guest ok = yes
#    map to guest = bad user
#    guest account = nobody
#    auth methods = guest sam_ignoredomain

lanman auth = yes
client lanman auth = yes
client plaintext auth = yes

#LIXO:security = user

#ldap ssl = off

#lixo
#local master = yes
#preferred master = yes
#os level = 65


Using this specific configuration, in a windows 95 I can browse all samba shares. Using other windows clients, I can browse single shares (for example \\SRVDADOS\TEMP) but if i try to browse \\SRVDADOS, the windows client (2000, XP, vista, 7 or 8) returns me the message - permission deny - Procediment out of range).

I realy need some help with this... I am considering the windows server solution but it's too expensive the days that we are having.

Thanks

6
Portuguese / Re: Permissão para listar todas as partilhas Samba
« on: May 02, 2013, 12:38:23 pm »
Obrigado pelo vosso feedback contudo, o me problema mantem-se.

Não só os clientes Windows 7 mas também os XP's.

O meu smb.conf tem alterações para permitir os clientes Windows 95 e 98 usarem o servidor de ficheiros:

parte guest:
     guest ok = yes
#    map to guest = bad user
#    guest account = nobody
#    auth methods = guest sam_ignoredomain


# para a autenticação:
lanman auth = yes
client lanman auth = yes
client plaintext auth = yes

local master = yes
preferred master = yes
os level = 65


Creio que sejam estas aspecifcações que estejam a dar-me problemas.

7
Obrigado pelo vosso feedback contudo, o me problema mantem-se.

Não só os clientes Windows 7 mas também os XP's.

O meu smb.conf tem alterações para permitir os clientes Windows 95 e 98 usarem o servidor de ficheiros:

parte guest:
     guest ok = yes
#    map to guest = bad user
#    guest account = nobody
#    auth methods = guest sam_ignoredomain


# para a autenticação:
lanman auth = yes
client lanman auth = yes
client plaintext auth = yes

local master = yes
preferred master = yes
os level = 65


Creio que sejam estas aspecifcações que estejam a dar-me problemas.

8
Sam Graf, in the server i had an temp folder with guest access configured (\\srv\temp can be accessed but \\srv returns an permission error)

9
Hi Christian,

I think that i may have a compatibility problem with this configuration....
After i autenticate a windows 7 client in the Zentyal domain, i can access to the samba shares (for example \\srv\share1) but i can't access to all shares list (\\srv)

Do you have any idea?

Best Regards

10
Portuguese / Permissão para listar todas as partilhas Samba
« on: April 18, 2013, 01:41:09 pm »
Estou com um problema esquisito:
Estando autenticado em domínio com o zentyal, usando um cliente windows 7, consigo aceder às partilhas (exemplo \\srv\partilha1) mas se eu tentar listar todas as partilhas (\\srv) é-me mostrada a mensagem de que não tenho permissão de acesso...

Já aconteceu com algum de vocês?

Preciso de ajuda para resolver este problema

Obrigado.

11
I've found the solution...

It's only add this lines in the mask of the samba conf file:

lanman auth = yes
os level = 100

Restart the samba services and now it's compatible with the windows 95 clients.

Thanks for the help!

12
1 - where di you get Zentyal 3.1 from ? I'm not aware this is already available. Or do you mean 3.01 ?
2 - You may have to read some documentation first: modifying smb.conf will not work because Samba relies on templates. Have a look here and modify stubs file if needed.

Christin, do you have any ideas that could help me?
I had use a lot of Samba documentation but notting works...

13
1 - where di you get Zentyal 3.1 from ? I'm not aware this is already available. Or do you mean 3.01 ?
2 - You may have to read some documentation first: modifying smb.conf will not work because Samba relies on templates. Have a look here and modify stubs file if needed.

About you second point, i have made the docummented change in the template (if i see the smb.conf "run" file, the changes made effect) but, I can't login in a share using windows 95 or 98 clients...

14
Forgive me but the Zentyal version is 3.0.1 (and not 3.1).
I will see the docummentation.

Thanks for the reply!

15
I'm having problems with the samba 4 vs old windows clients in the Zentyal 3.1 version.

When i try to connect from windows 95 to an Zentyal share, the client returns me an authentication error.

After some research, I had add this lines to the [global] section of samba config file (/usr/share/zentyal/samba/smb.conf.masc file to be implemented in the "run" conf file of samba).

lanman auth = Yes
client lanman auth = Yes
client plaintext auth = Yes 

After doing that, i also made a complete restart of the server (not only the smb service) but I'm having the same problem.

Pages: [1]