OK, thanks. I got sn correct then, but couldn't figure out first name, I misassumed that it was givenName (I thought LDAP standard for first name was givenName, that must be Active Directory standard).
Thanks!
Search found 41 matches
- Tue May 06, 2008 11:58 am
- Forum: Developers
- Topic: SOAP CreateAccountRequest parameters
- Replies: 2
- Views: 548
- Tue May 06, 2008 4:53 am
- Forum: Developers
- Topic: SOAP CreateAccountRequest parameters
- Replies: 2
- Views: 548
SOAP CreateAccountRequest parameters
Hi all,I'm currently in the process of assisting a company in provisioning accounts via a Classic ASP page using SOAP. I have been able to provision accounts correctly but I am unable to set a first name, last name, and display name for the account as I don't know what the relevant fields ar...
- Fri Feb 09, 2007 11:39 pm
- Forum: Developers
- Topic: login via php
- Replies: 13
- Views: 1855
login via php
at">http://www.zimbra.com/forums/showthread.php?p=35594#post35594
at the moment i am working on a client's project + school + part-time job. if i have any spare time in the future, I'll likely continue it.
- Fri Feb 02, 2007 5:54 pm
- Forum: Administrators
- Topic: PHP Login system and zimbra
- Replies: 3
- Views: 638
PHP Login system and zimbra
hmm, someday at least - on hiatus for the moment - life's fairly busy ;)
- Thu Dec 29, 2005 1:41 pm
- Forum: Administrators
- Topic: Built-in Remote Access to zmprov
- Replies: 7
- Views: 1357
Built-in Remote Access to zmprov
see http://www.zimbra.com/forums/showpost.php?p=6269&postcount=3 for examples of the soap calls required to create/provision an account.if you want to call this from perl you may want to use a soap library for perl such as: http://www.xav.com/perl/site/lib/SOAP.html (i'm no perl developer, i...
- Thu Dec 15, 2005 4:17 pm
- Forum: Installation and Upgrade
- Topic: openldap glibc problems
- Replies: 2
- Views: 646
openldap glibc problems
hmm ok. the reason i am using it on centos 3.5 is because it is a dedicated server with BurstNET and the version of centos they install is 3.5.
i might try building from source if that resolves the issue.
i might try building from source if that resolves the issue.
- Wed Dec 14, 2005 9:47 pm
- Forum: Installation and Upgrade
- Topic: openldap glibc problems
- Replies: 2
- Views: 646
openldap glibc problems
hey there,i am currently running centos 3.5 with the 2.6.10 kernel. i have previously succesfully installed milestone 1 on centos 4.1 with no problems, this time however i am trying to install zimbra m2 on a new dedicated server that i have. i recently installed zimbra on this server and during the ...
- Tue Dec 13, 2005 6:04 pm
- Forum: Developers
- Topic: Create user with SOAP
- Replies: 3
- Views: 934
Create user with SOAP
you need to add an authtoken element with the authentication token of an administrator account. should be located in the tag which is located in the tag.example request to create an account: http://www.w3.org/2003/05/soap-envelope">http://www.w3.org/2003/05/soap-envelope"> authToken goes h...
- Sat Nov 26, 2005 7:49 pm
- Forum: Developers
- Topic: login via php
- Replies: 13
- Views: 1855
login via php
pplayerz has installed zimbra on one domain (xdomain.com) and the registration script resides on a complete seperate domain (ydomain.com).
- Fri Nov 25, 2005 11:20 pm
- Forum: Developers
- Topic: login via php
- Replies: 13
- Views: 1855
login via php
ok. it appears that you can't set a cookie for another domain from one domain.
for example:
setting a cookie for domain y from domain x. i will have to rethink this. is there any way to put the ZM_AUTH_TOKEN into the query string, instead of sending it as a cookie?
for example:
setting a cookie for domain y from domain x. i will have to rethink this. is there any way to put the ZM_AUTH_TOKEN into the query string, instead of sending it as a cookie?