[Fedora-directory-devel] Download links broken for FDS 1.0 Fedora
by Michael Smedeus
Hi,
I'm for two days now trying to download FDS 1.0.* binaries for Fedora/RHEL
without success. All links are broken. Am i missing something or has the
binaries been withdrawn? If so for what reason?
Regards
M Smedéus
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.
----------------------------------------------------------------------------------------
17 years, 6 months
[Fedora-directory-devel] Fedora Directory Server
by Lillian Angel
Hello!
I have just finished fixing all the bugs I found in Classpath to get the
directory server running really well. There are still some things that
are being worked on, such as some text, combo box and layout bugs.
Attached is the patch needed to run the server against
Classpath.
After applying the patch and re-building, the jars that were built need
to be replaced with the console jars. The console jar files are in the
directory /opt/fedora-ds/java and /opt/fedora-ds/java/jars.
Enjoy!
Lillian
17 years, 6 months
[Fedora-directory-devel] FDS Console
by Neil Lane
Hi
I am going through all the documentation on roles and groups, and it says
that I should click on the Directory tab to be able to manage Roles.
The problem is that I only have the following tabs in the console:
Servers and Applications
Users and Groups
Please can someone let me know how I can have access to these other tabs in
the console?
Thanks
Neil Lane
17 years, 6 months
[Fedora-directory-devel] Role entries
by Neil Lane
Hi
I have created a new DS for evaluation, and completed the following:
I have a domain
I have added an organization
I have added multiple organizational units for the organisation
I have added multiple users that belong to one or more of the ou's
I now want to add a filtered role that will add the role to the users if
they are associated to one (1) of the ou's
I have tried to add the role from the fedora console, by exporting the DB to
ldif, modifying it and importing the ldif.
I have phpLdapAdmin, and LDAPBrowser as well as the console, and none of the
tools seem to be able to display the roles
for a user if I do a search.
Is there a command I can run to display all the attributes associated to a
user (ei ldapsearch)
Please can someone steer me in the right direction.
Neil Lane
17 years, 6 months
[Fedora-directory-devel] Fedora Directory and Samba4
by Andrew Bartlett
As a member of the Samba development team working on Samba4, I'm
interested to try and gain some more integration with directory vendors,
as we work out how our projects might work together.
I see Samba4 as a powerful addition to any directory or identity
management solution, able to provide an AD Domain Controller-like
front-end to Native windows clients. In particular, this is about
deploying non-Microsoft directories on windows networks, without falling
back to the 'MIT compatibility mode' or inter-realm trusts to handle the
'single sign on' and 'identity management part of it.
Samba4 is at this time able to act as an AD domain controller, including
providing LDAP, Kerberos (including the PAC) and RPC logon services. We
are accepted as AD by Win2k, WinXP and Win2k3 clients. (I am working on
Mac/Samba/similar clients).
While Samba4 includes it's own LDAP server, we have made extensive
provision to back our data onto something like Fedora Directory, but I
want to work with fellow interested developers on the details: What
would be reasonable for each end of the connection to do, particularly
as we try and map behaviours/schemas/expectations.
Andrew Bartlett
--
Andrew Bartlett http://samba.org/~abartlet/
Authentication Developer, Samba Team http://samba.org
Student Network Administrator, Hawker College http://hawkerc.net
17 years, 6 months
[Fedora-directory-devel] Console
by Neil Lane
Good day
I am experiencing a "problem" with the Directory Server Console!
In the docs it says that I need to run the startconsole command once I have
started the admin service.
I get the following:
[root@appserver /]# /opt/fedora-ds/startconsole
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/opt/fedora-ds/bin/base/jre/bin/java -ms8m -mx64m -cp
.:./mcc70.jar:./ldapjdk.jar:./base.jar:./nmclf70_en.jar:./nmclf70.jar:./jss3
.jar:./mcc70_en.jar -Djava.library.path=/opt/fedora-ds/lib/jss
-Djava.util.prefs.systemRoot=/opt/fedora-ds/java/.java
-Djava.util.prefs.userRoot=/opt/fedora-ds/java
com.netscape.management.client.console.Console -A
http://appserver.(none):43968 <http://appserver.(none):43968/> '
If I however replace the -A with http://localhost:43968 , I get:
[root@appserver /]# /opt/fedora-ds/bin/base/jre/bin/java -ms8m -mx64m -cp
.:./mcc70.jar:./ldapjdk.jar:./base.jar:./nmclf70_en.jar:./nmclf70.jar:./jss3
.jar:./mcc70_en.jar -Djava.library.path=/opt/fedora-ds/lib/jss
-Djava.util.prefs.systemRoot=/opt/fedora-ds/java/.java
-Djava.util.prefs.userRoot=/opt/fedora-ds/java
com.netscape.management.client.console.Console -A http://localhost:43968
The java class is not found: com/netscape/management/client/console/Console
If anyone has any ideas on how to fix this problem, I would appreciate it.
Neil Lane
17 years, 7 months
[Fedora-directory-devel] db2ldif -C
by discover
Team
I see db2ldif.pl has an option (-C) . The docs say , it is for using
only the main db [id2entry.db3] . I wonder what other db files are used
when db2ldif .pl is used without -C option.
Isn't that using -C [just using id2entry.db3] would take much lesser
time assuming "other files" are not used!!?
Thanks
17 years, 7 months
Re: [Fedora-directory-devel] running apache with mod_nss
by Peter Djalaliev
Mike, thanks for the reaply.
I downloaded the binaries of NSS 3.7.8 and put the shared libraries in
/usr/lib, the directory where Apache was looking for libssl3.so.
Now, when Apache attempts to load mod_nss, I get the following error:
Cannot load /usr/local/apache2/modules/libmodnss.so into server:
libsoftokn3.so: undefined symbol: stat.
Can anybody help?
17 years, 7 months
[Fedora-directory-devel] running apache with mod_nss
by Peter Djalaliev
Hello,
I believe this is the mailing list I should sent this question to. I got the
address of the mailing list from the mod_nss wiki page. Please, correct me
if I am wrong.
I am trying to run the Apache 2.0.54 with the mod_nss package instead of
mod_ssl. I followed the instructions I found on
http://directory.fedora.redhat.com/docs/mod_nss.html and when I ran
'apachectl start'
I got the following error:
"Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libmodnss.so into server:
/usr/lib/libssl3.so: version 'NSS_3.7.4' not found (required by
/usr/local/apache2/modules/lbmodnss.so)"
Where can I get libssl3.so version 'NSS_3.7.4'? Does such a shared object
exist?
I am using the Red Hat 8 distribution with kernel 2.4.18
Sincerely,
Peter Djalaliev
17 years, 7 months