Visit Open-E website
Results 1 to 9 of 9

Thread: How can I check the sambaSID of the storage

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default How can I check the sambaSID of the storage

    Hello,

    we use a external LDAP Server without samba for users and groups.
    But we are not able to connect to our shares from our Win 7 clients.
    To solve this we need the sambaSID of the storage to set the correct user sambaSID.
    How can we check the sambaSID?

    Thanks.

  2. #2
    Join Date
    Oct 2010
    Location
    GA
    Posts
    935

    Default

    this should help (section 4 &5)
    http://kb.open-e.com/afile/852/82/

  3. #3

    Default

    Thanks a lot for the fast response.

    I know this paper, but it does not really help or I do not understand the step in section 2.
    I have a structure similar to the discribed structure.
    But it is not possible to put a entry like
    dn: sambaDomainName=xxx,dc=server,dc=com
    in LDAP.
    Because is not a LDAP conformal map.
    When I do that I got

    warning: no attributes to add (entry="sambaDomainName=xxx,dc=xxx,dc=xx")
    adding new entry "sambaDomainName=xxx,dc=xxx,dc=xx"
    ldapadd: Protocol error (2)
    additional info: no attributes provided

    Any suggestion?

  4. #4
    Join Date
    Aug 2010
    Posts
    404

    Default

    Try to add the Samba Group Mapping and Samba Account,
    After that add the User/group to the share.


    For External LDAP, the following link will be useful for you:
    http://kb.open-e.com/file/82/

  5. #5

    Default

    Not sure if I understand this.

    As a entry in the DIT
    dn: cn=sambaGroup;ou=group;.....

    or as a entry to the test user
    objectClass: sambaGroupMapping

    I think you mean the first one, or not?

    thanks

  6. #6

    Default

    Ok,

    try out with objectclass sambaGroupMapping.
    Get
    adding new entry "uid=test,ou=people,dc=xxx,dc=xx"
    ldapadd: Object class violation (65)
    additional info: object class 'sambaGroupMapping' requires attribute 'sambaSID'

    and that´s what I searching for!

    try out with objectclass sambaAccount
    Get
    adding new entry "uid=test,ou=people,dc=xxx,dc=xx"
    ldapadd: Invalid syntax (21)
    additional info: objectClass: value #2 invalid per syntax

    value #2 is the objectclass sambaAccount

    This should normally work.
    Do not know why getting a Invalid syntax error.
    Objectclass sambaAccount have only uid and rid as MUST attribute and is AUXILARY.
    I have post it to openldap-technical list.
    Hope they know what´s going wrong.

    Also try out remote console access and api configuration.
    But both terminals have a limited command set.
    Nothing like net getlocalsid / getdomainsid.
    Access from outside with the commands also want work.

    Can't fetch domain SID for name: xxx.xxx.xx.xx


    Any other suggestions?
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •