Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default samba schema?

    running the openldap 2.2 server from ports.. on a 5.3-STABLE box.
    whered it go?

    monsterjam# pwd
    /usr/local/etc/openldap/schema
    monsterjam# ls
    README dyngroup.schema misc.schema.default
    corba.schema dyngroup.schema.default nis.schema
    corba.schema.default inetorgperson.schema nis.schema.default
    core.schema inetorgperson.schema.default openldap.schema
    core.schema.default java.schema openldap.schema.default
    cosine.schema java.schema.default
    cosine.schema.default misc.schema
    monsterjam#

    looking for
    /usr/local/etc/openldap/schema/samba.schema
    I dont see a separate option on the openldap server makefile in the ports for it either..

    Jason

    Jason Guest

  2. Similar Questions and Discussions

    1. PHP and Samba
      Hi, Is there an easy way for PHP to access (read and write) files on an arbitrary URL? What I want to do is to have a form that asks the user...
    2. Samba + win 2k
      Hi, After upgrading our client to win2k pro, I'm suddenly too stupid to set up Samba correctly on my Debian box. Is there a good site that would...
    3. Samba on SCO 5.0.7
      I installed the version of Samba included on the media kit. Everything works great with the exception of printing. We need to print to printers...
    4. sarge dependancy problems with dhcp3-client/samba/samba-common
      Just did an apt-get update; apt-get dist-upgrade dhcp3-client seems to be mutaully exclusive with samba/samba-common. Installing one takes out...
    5. VFS for Samba
      I am currently attempting to create a recycling bin for Samba on my redhat 8 machine using the recycle module (VFS). I am not exactly sure how to...
  3. #2

    Default Re: samba schema?

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Sat, 19 Feb 2005, Jason wrote:
    > running the openldap 2.2 server from ports.. on a 5.3-STABLE box.
    > whered it go?
    >
    > monsterjam# pwd
    > /usr/local/etc/openldap/schema
    > monsterjam# ls
    > README dyngroup.schema misc.schema.default
    > corba.schema dyngroup.schema.default nis.schema
    > corba.schema.default inetorgperson.schema nis.schema.default
    > core.schema inetorgperson.schema.default openldap.schema
    > core.schema.default java.schema openldap.schema.default
    > cosine.schema java.schema.default
    > cosine.schema.default misc.schema
    > monsterjam#
    >
    > looking for
    > /usr/local/etc/openldap/schema/samba.schema
    > I dont see a separate option on the openldap server makefile in the ports for it either..
    Hi,

    the samba.schema file is NOT part of the OpenLDAP distribution and is NOT
    maintained by the OpenLDAP developers.

    The samba.schema is part of the samba-3.x.x distributions and is
    maintained by the Samba development team.

    After you've installed the net/samba3 port you should find the schema
    file in:
    /usr/local/share/examples/samba/LDAP/samba.schema

    To make slapd using this file, you have to add an appropriate include line
    in the slapd.conf file.

    regards
    Joerg

    - --
    The beginning is the most important part of the work.
    -Plato
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.0 (FreeBSD)

    iD8DBQFCF2rKSPOsGF+KA+MRAiCAAKCHUntbXOj9j/DKz3pRtcAGZUvSvACfaR0g
    VkefOWWP5uVsuX+y+U4k3yA=
    =ivmz
    -----END PGP SIGNATURE-----
    Joerg Pulz Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139